Skip to main content
Glama

Imagician

by flowy11

convert_format

Convert images between formats (JPEG, PNG, WebP, AVIF) with specified quality settings using Imagician’s MCP server. Input source and target paths to transform images efficiently.

Instructions

Convert image between formats (jpeg, png, webp, avif)

Input Schema

NameRequiredDescriptionDefault
formatYesTarget format
inputPathYesPath to input image
outputPathYesPath to save converted image
qualityNoQuality for lossy formats (1-100)

Input Schema (JSON Schema)

{ "properties": { "format": { "description": "Target format", "enum": [ "jpeg", "jpg", "png", "webp", "avif" ], "type": "string" }, "inputPath": { "description": "Path to input image", "type": "string" }, "outputPath": { "description": "Path to save converted image", "type": "string" }, "quality": { "default": 80, "description": "Quality for lossy formats (1-100)", "maximum": 100, "minimum": 1, "type": "number" } }, "required": [ "inputPath", "outputPath", "format" ], "type": "object" }

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/flowy11/imagician'

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