Skip to main content
Glama

seedream_generate_sequence

Generate a sequence of consecutive images from a text prompt, ideal for storyboards and comic panels. Supports up to 15 images per batch.

Instructions

组图生成:根据文本描述生成一组连续图片。

适用于需要生成多张连续画面的场景,如故事板、漫画分镜等。 支持 4.5 和 5.0 模型,每批最多 15 张。

示例:

  • prompt: "一只小猫咪从出生到长大的四个阶段"

  • prompt: "四季变换的同一片森林,春、夏、秋、冬"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sizeNo输出尺寸2K
modelNo模型版本(需 4.5 或 5.0)doubao-seedream-5-0-260128
promptYes图像描述提示词,描述组图的主题和内容
save_toNo保存图片到本地目录路径(b64_json 模式必填)
watermarkNo是否添加水印
max_imagesNo生成图片数量 (1-15)
output_formatNo输出格式png
response_formatNo返回格式: url(返回图片链接)或 b64_json(返回base64编码图片数据)url
Behavior4/5

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

No annotations provided, so description carries full behavioral disclosure burden. It covers image count limits (1-15), model versions, output formats, watermark, and save_to path. Does not mention auth needs or rate limits, but the generative nature is well-described with continuous sequence. Lacks details on error states or retry behavior.

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?

Extremely concise: three sentences plus two examples. Front-loaded with core purpose. No filler; every sentence adds value.

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

Completeness5/5

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

Given 8 parameters and no output schema, description covers all aspects: usage scenarios, limits, model choices, output formats, and provides examples. Sufficient for an AI agent to understand tool capabilities and limitations.

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

Parameters4/5

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

Schema coverage is 100%. Description adds meaning beyond schema: prompt as '描述组图的主题和内容', model as '需 4.5 或 5.0', save_to as 'b64_json 模式必填', etc. Provides examples for prompt. Adequately informs parameter usage.

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?

Clear verb+resource: '组图生成:根据文本描述生成一组连续图片.' Specifies generation of a sequence of continuous images. Distinguishes from siblings like seedream_text_to_image (single image) and seedream_merge_images (merge).

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?

Explicit when to use: '适用于需要生成多张连续画面的场景,如故事板、漫画分镜等.' Also mentions supported models (4.5 and 5.0) and batch limit of 15. Does not explicitly state when not to use or name alternatives, but context implies single-image tasks use text_to_image.

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/elimyliu/timeverse-seedream-mcp'

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