WebP Conversion 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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| convert_to_webpD | – |
| batch_convert_to_webpD | – |
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 2 tools
Despite lacking descriptions, the names clearly distinguish between single and batch conversion, reducing ambiguity for an agent.
Both tools follow a consistent verb_noun pattern with snake_case ('convert_to_webp', 'batch_convert_to_webp').
With only two tools, the server feels thin for a conversion domain, but it covers the essential single and batch operations.
Basic conversion functionality is present, but missing tools for settings, status, or output management, making it minimally complete.