Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.
Get TinyPNG Compression CountTINYPNG_GET_COMPRESSION_COUNT
Tool to retrieve the number of compressions made this month. Use when you need to monitor your TinyPNG API usage.
Shrink and get image IDTINYPNG_SHRINK_AND_GET_IMAGE_ID
Tool to shrink an image and return its TinyPNG image ID. Use when you need only the compressed image identifier from the API response Location header.
Compress and Store Image in AzureTINYPNG_TINIFY_COMPRESS_AND_STORE_IN_AZURE
Compress an image using the Tinify API and upload the optimized result directly to Azure Blob Storage in a single operation. The image is first compressed by Tinify, then uploaded to the specified Azure Blob URL using the provided SAS token. Use this when you need to optimize images and store them in Azure without intermediate steps. Supports JPEG, PNG, and WebP image formats.
Download Compressed ImageTINYPNG_TINIFY_OUTPUT
Tool to retrieve a compressed image by its image ID. Use after compressing an image to download the result.
Transform Compressed ImageTINYPNG_TRANSFORM_IMAGE
Tool to transform a compressed image by resizing, converting format, preserving metadata, or storing to cloud storage. Use when you have an image ID from a previous compression and need to apply transformations.