Skip to main content
Glama

mcp-image-compression

by InhiblabCore

image_compression

Reduce image file size by compressing it locally, supporting various formats. Specify image URLs and adjust compression settings for optimized storage and performance.

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.

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.", "type": "string[]" } }, "required": [ "urls" ], "type": "object" }
Install Server

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