Skip to main content
Glama

mcp-image-compression

by InhiblabCore

image_compression

Reduce image file sizes by compressing images in various formats using URLs or local files. Supports customized compression levels and output formats for optimized storage and faster loading.

Instructions

Compress an image

Input Schema

NameRequiredDescriptionDefault
formatNoImage format
quantityNoNumber of transcripts to return
urlsYesURL of the image to compress,If it's a local file, do not add any prefix. array join by ','

Input Schema (JSON Schema)

{ "properties": { "format": { "description": "Image format", "type": "string" }, "quantity": { "default": 80, "description": "Number of transcripts to return", "type": "number" }, "urls": { "description": "URL of the image to compress,If it's a local file, do not add any prefix. array join by ','", "type": "string" } }, "required": [ "urls" ], "type": "object" }

Other Tools from mcp-image-compression

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/InhiblabCore/mcp-image-compression'

If you have feedback or need assistance with the MCP directory API, please join our Discord server