volcengine-seedream-img-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ARK_API_KEY | Yes | Your Volcengine Ark API key. Get one at https://console.volcengine.com/ark/region:ark+cn-beijing/apiKey |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_imageA | Generate a single image from a text prompt (text-to-image), or using 1–14 reference images (image-to-image). Returns a request_id to poll with get_image_result. |
| edit_imageA | Edit or restyle a single reference image using a text prompt (uses doubao-seededit-3-0-i2i). Output size is adaptive to input image aspect ratio. Returns a request_id to poll with get_image_result. |
| generate_image_groupB | Generate a group of related images from a prompt and optional reference images. Returns a request_id to poll with get_image_result. |
| get_image_resultA | Poll the result of a previous generate_image, edit_image, or generate_image_group call. Returns state: pending | succeeded | error. |
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 targets a distinct operation: editing a single image, generating a single image, generating a group, and polling results. No overlap in purpose.
All tools follow a consistent verb_noun pattern in snake_case: edit_image, generate_image, generate_image_group, get_image_result.
4 tools is well-scoped for an image generation server, covering core creation, editing, and result polling without unnecessary extra tools.
The set covers the main workflow (generate, edit, poll), but is missing optional features like cancellation or listing pending requests, which are minor gaps.