glm-image-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| Z_AI_API_KEY | Yes | Z.AI の API キー | |
| OUTPUT_DIRECTORY | No | 生成画像の保存先ディレクトリ(デフォルト: ~/Downloads/glm-images) | ~/Downloads/glm-images |
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_imageB | Generate an image from a text prompt using Z.AI glm-image model |
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 1 tool
There is only one tool, so there is no possibility of ambiguity or misselection among tools.
With a single tool named 'generate_image', the naming follows a clear verb_noun pattern and is internally consistent.
A single tool is thin for most servers, though it fully covers the stated purpose of image generation. The count feels minimal but not unreasonable.
For the narrow domain of generating an image from a text prompt, the single generate_image tool provides complete coverage without obvious missing operations.