Skip to main content
Glama

image-reader MCP Server

by Rupeebw

convert_format

Transform image files into desired formats (jpeg, png, webp, etc.) using specified quality levels, ensuring compatibility with various applications and platforms.

Instructions

Convert an image to a different format

Input Schema

NameRequiredDescriptionDefault
formatYesTarget format: jpeg, png, webp, avif, tiff, etc.
inputYesPath to the input image file
outputYesPath to save the converted image
qualityNoQuality level (1-100, for formats that support it)

Input Schema (JSON Schema)

{ "properties": { "format": { "description": "Target format: jpeg, png, webp, avif, tiff, etc.", "enum": [ "jpeg", "png", "webp", "avif", "tiff", "gif" ], "type": "string" }, "input": { "description": "Path to the input image file", "type": "string" }, "output": { "description": "Path to save the converted image", "type": "string" }, "quality": { "description": "Quality level (1-100, for formats that support it)", "type": "number" } }, "required": [ "input", "output", "format" ], "type": "object" }
Install Server

Other Tools from image-reader MCP Server

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/Rupeebw/mcp-image-reader'

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