Skip to main content
Glama
redfox-data

redfox-mcp

Official
by redfox-data

doubao_image_lite_generate

Generate images from text prompts with support for group sequences, adjustable size up to 4K, and automatic result retrieval or task ID for later polling.

Instructions

豆包 Seedream 5.0 Lite 图片生成,支持组图,提交后自动等待结果。 size 支持 "2K"/"3K"/"4K" 或像素值;sequential 设为 "auto" 时生成组图, max_images 控制组图数量(1~10)。超时返回 taskId,可用 doubao_image_lite_result 再查。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sizeNo2048x2048
imageNo
promptYes
watermarkNo
max_imagesNo
sequentialNodisabled
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 key behaviors: auto-wait, timeout returns taskId for later query, and support for batch images via 'sequential' and 'max_images'. This goes beyond the schema defaults. It does not mention rate limits or authorization, but for a generation tool, the behavioral coverage is strong.

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

Conciseness5/5

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

The description is extremely concise at three sentences. The first sentence sets the purpose and primary behavior, followed by parameter specifics. Every sentence adds unique value with no redundancy or filler.

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 11 parameters, an output schema, and no annotations, the description covers the core generation and batch functionality but omits details on many optional parameters. The output schema helps with return values, but settings like 'optimize_mode', 'watermark', and 'image' are left unclear.

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 adds meaning for three parameters (size values, sequential=auto for batch, max_images range 1–10) out of 11 total. It also indirectly clarifies timeout behavior. This aids core usage but leaves many parameters like 'image', 'watermark', 'optimize_mode', 'output_format', etc. unexplained.

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 the tool is for image generation using the Doubao Seedream 5.0 Lite model, with support for batch images and auto-wait. The name itself differentiates from sibling tools like 'doubao_image_pro_generate' and 'gpt_image_generate', but the description does not explicitly compare them, leaving mild ambiguity.

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

Usage Guidelines3/5

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

The description explains auto-wait behavior and timeout fallback with a reference to the result query tool, giving implicit guidance for synchronous vs async usage. However, it does not state when to use this Lite version over the Pro version or other image tools, and lacks explicit 'when-not-to-use' conditions.

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