Image Converter MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| convert_imageC | 将图片转换为指定格式 |
| batch_convert_imagesC | 批量转换多个图片文件 |
| get_image_infoC | 获取图片文件信息 |
| list_supported_formatsB | 列出支持的图片格式 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: batch_convert_images handles multiple files, convert_image handles single files, get_image_info retrieves metadata, and list_supported_formats provides format information. There is no overlap or ambiguity between these functions.
All tools follow a consistent snake_case naming pattern with clear verb_noun combinations (batch_convert_images, convert_image, get_image_info, list_supported_formats). The naming is predictable and follows the same convention throughout.
With 4 tools, this server is well-scoped for image conversion tasks. Each tool serves a specific, necessary function without redundancy, making the count appropriate for the domain.
The toolset provides complete coverage for basic image conversion workflows: listing formats, getting image info, converting single images, and batch converting images. There are no obvious gaps for the server's stated purpose.