agnes-image-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AGNES_API_KEY | Yes | Your API key for the Agnes Image 2.1 Flash model, obtained from agnes-ai.com |
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 |
|---|---|
| generate_imageA | Generate an image using Agnes Image 2.1 Flash. Returns the image URL or base64 data. |
| list_image_optionsA | List available sizes and aspect ratios for image generation. |
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
The two tools have clearly distinct purposes: one generates images, the other lists available options. There is no overlap or ambiguity in their roles, making it easy for an agent to select the appropriate tool.
Both tools follow a consistent verb_noun pattern in snake_case: 'generate_image' and 'list_image_options'. The naming is predictable and aligns with the server's purpose.
With only two tools, the server is on the thin side per the calibration guidelines. However, the two tools cover the essential generation and option-listing capabilities, so the count is borderline but not unreasonable for a focused image-generation service.
The tool surface covers the core lifecycle of generating an image and discovering available parameters. Minor gaps exist, such as no ability to retrieve previously generated images or manage generation history, but these are not critical for the stated purpose.