Skip to main content
Glama
ckz

volcengine-seedream-img-mcp

by ckz

generate_image

Generate an image from a text prompt or up to 14 reference images. Select aspect ratio, resolution, and watermark preferences.

Instructions

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
imageNoReference image URL(s) or base64 for image-to-image. Up to 14 images.
modelNoModel ID. 1K resolution only works with 4-0 (auto-upgraded to 2K for others). 3K only works with 5-0. 4K works with 4-5 and 4-0.doubao-seedream-4-0-250828
promptYesText prompt. Max ~300 Chinese chars / 600 English words.
watermarkNoAdd AI-generated watermark.
resolutionNoOutput resolution. 1K auto-upgrades to 2K if model does not support it.2K
aspect_ratioNoOutput aspect ratio. Default 9:16 (portrait/mobile).9:16
response_formatNourl (24h expiry) or b64_json.url
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must carry the full burden. It discloses the two modes and asynchronous nature, but does not mention rate limits, costs, or other constraints that could affect agent decisions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the core purpose, and each sentence adds value. It could be slightly more structured, but it is efficient and to the point.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 7 parameters and no output schema, the description covers the primary use cases and return value (request_id). However, it does not explain the workflow fully (e.g., expected return in addition to id) or mention defaults, leaving some gaps for a complex tool without schema-defined output.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description summarizes the image parameter's usage (text-to-image vs image-to-image) but adds little meaning beyond what the schema already provides for other parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it generates a single image from text or reference images, distinguishing it from siblings like edit_image, generate_image_group, and get_image_result. It also specifies the return (request_id) for polling.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for when to use the tool (text-to-image or image-to-image with up to 14 reference images) and mentions the polling mechanism. However, it lacks explicit guidance on when not to use it compared to siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ckz/volcengine-seedream-img-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server