Skip to main content
Glama

convert_image_format

Convert an image to a different format, with optional resizing and JPEG quality adjustment.

Instructions

Convert an image to a different format with optional resizing.

Args: input_path: Path to input image output_path: Path for output image (format determined by extension) width: Optional new width in pixels height: Optional new height in pixels quality: JPEG quality (1-100)

Returns: Output path or error message

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
widthNo
heightNo
qualityNo
input_pathYes
output_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, description carries full burden. It discloses basic behavior (conversion, resizing, quality for JPEG) but omits critical details like supported input/output formats, whether aspect ratio is preserved, and potential side effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is a single, front-loaded sentence with a clear args list and return statement. No wasted words; every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers core functionality but lacks details on supported formats, aspect ratio handling, and behavior for unsupported extensions. Output schema exists but description's return notation is sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so description compensates fully by explaining each parameter: input_path, output_path (format by extension), width (optional), height (optional), quality (JPEG 1-100). Adds value beyond schema titles and defaults.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states 'Convert an image to a different format with optional resizing,' specifying verb and resource. It distinguishes itself from sibling document-oriented conversion tools by being explicitly for images.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Description implies usage for image format conversion but provides no guidance on when to use this tool versus alternatives (e.g., other convert_* tools), nor any exclusions or prerequisites.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/rofiqcp/mcp-dokumen'

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