Skip to main content
Glama
redfox-data

redfox-mcp

Official
by redfox-data

doubao_image_pro_generate

Generate images from text prompts or image inputs with optional prompt optimization. Automatically waits for the result or returns a task ID for later retrieval.

Instructions

豆包 Seedream 5.0 Pro 图片生成,提交后自动等待结果。 size 支持 "1K"/"2K" 或像素值如 "2048x2048";image 为图生图输入(URL 或 Base64, 可传单个字符串或字符串列表);optimize_prompt 开启提示词优化(standard/fast)。 超时返回 taskId,可用 doubao_image_pro_result 再查。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sizeNo2048x2048
imageNo
promptYes
watermarkNo
optimize_modeNostandard
output_formatNojpeg
optimize_promptNo
response_formatNourl
timeout_secondsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses that the tool automatically waits for results and returns a taskId on timeout, which can be checked via 'doubao_image_pro_result'. It also mentions that 'optimize_prompt' enables prompt optimization. This gives agents a clear picture of the async lifecycle. However, it does not mention any rate limits, authentication requirements, or potential side effects (e.g., cost), but for a generation tool this is acceptable.

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 concise (3 sentences) and front-loads the core purpose. It uses a semi-bulleted structure to explain parameters. Every sentence adds information, though the parameter explanation could be more formally organized. No superfluous text.

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 the tool has 9 parameters and an output schema exists, the description covers the async behavior and the most important parameters (size, image, optimize_prompt). However, it neglects important parameters like prompt (the only required one!), watermark, output_format, and response_format. The output schema is not referenced, but since it exists, the description doesn't need to detail return values. The description is adequate for a quick understanding but not fully complete for complex usage.

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 0%, so the description must compensate. It explains 'size' (supports '1K'/'2K' or pixel values), 'image' (URL/Base64, single or list), and 'optimize_prompt' (but confusingly mentions 'standard/fast' which align with 'optimize_mode' in the schema, not the boolean 'optimize_prompt'). This leaves 6 out of 9 parameters (prompt, watermark, optimize_mode, output_format, response_format, timeout_seconds) unexplained. The description adds value for key parameters but has an ambiguity and incomplete coverage.

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

Purpose4/5

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

The description clearly states '豆包 Seedream 5.0 Pro 图片生成' (image generation) and '提交后自动等待结果' (automatically waits for results). It identifies the specific model version (Seedream 5.0 Pro), which helps distinguish it from siblings like 'doubao_image_lite_generate'. However, it does not explicitly contrast with other generation tools (e.g., gpt_image_generate), leaving some ambiguity about when to choose this tool.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus sibling tools like 'doubao_image_lite_generate' or 'gpt_image_generate'. It only explains internal behavior (timeout handling and async retrieval) but does not compare capabilities, cost, or quality. The agent is left to infer context from the tool name alone.

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/redfox-data/redfox-mcp'

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