Skip to main content
Glama
156554395

Doubao Image/Video Generation MCP Server

by 156554395

generate_video

Generate videos from text prompts or images using Doubao Seedance models. Create text-to-video, image-to-video, or style-consistent videos with reference images.

Instructions

使用豆包 Seedance 模型生成视频

支持功能:

  • 文生视频: 使用文本提示词生成视频

  • 图生视频: 使用首帧图片和提示词生成视频

  • 参考图生视频: 使用参考图片增强视频风格一致性

参数说明:

  • prompt: 视频描述文本 (必需,最大 500 字符)

  • model: 模型选择 (可选,默认: doubao-seedance-1.0-lite-t2v)

    • doubao-seedance-1.0-pro: 专业版,高质量视频生成

    • doubao-seedance-1.0-pro-fast: 专业版快速生成

    • doubao-seedance-1.0-lite-t2v: 轻量版,快速生成

  • video_duration: 视频时长 (可选,默认 5) 支持的时长: 3, 4, 5, 6

  • fps: 冔率 (可选,默认 24) 支持的帧率: 24, 30

  • resolution: 分辨率 (可选,默认 1080p) 支持的分辨率: 480p, 720p, 1080p

  • first_frame_image_url: 首帧图片 URL (可选,用于图生视频)

  • ref_image_urls: 参考图片 URL 数组 (可选)

  • req_key: 请求标识 (可选)

返回: 任务 ID,需要使用 query_video_task 查询结果

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYes视频描述文本 (最大 500 字符)
modelNo模型选择,默认: doubao-seedance-1.0-lite-t2v
video_durationNo视频时长 (秒),默认: 5
fpsNo帧率,默认: 24
resolutionNo分辨率,默认: 1080p
first_frame_image_urlNo首帧图片 URL (图生视频)
ref_image_urlsNo参考图片 URL 数组
req_keyNo请求标识
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool returns a task ID requiring follow-up with query_video_task, which is useful behavioral context. However, it lacks details on permissions, rate limits, costs, or error handling, which are important for a video generation tool.

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 well-structured with clear sections (overview, supported features, parameter explanations, return info). It is appropriately sized for an 8-parameter tool, though some details like model descriptions could be slightly more concise. Every sentence adds value.

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

Completeness4/5

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

Given the complexity of an 8-parameter video generation tool with no annotations and no output schema, the description does a good job explaining functionality, parameters, and the asynchronous result-checking process. It could improve by adding more behavioral context (e.g., execution time, limitations), but it covers the essentials adequately.

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 description coverage is 100%, so the baseline is 3. The description adds value by grouping parameters into functional contexts (e.g., model choices explained with quality/speed trade-offs, supported durations/framerates/resolutions listed), which helps the agent understand parameter implications beyond the schema's technical specs.

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 the tool uses the Doubao Seedance model to generate video, with specific supported functionalities listed: text-to-video, image-to-video, and reference-image-to-video. It distinguishes from sibling tools by focusing on video generation (vs. generate_image for images and query_video_task for querying results).

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 this tool by listing its three supported functionalities, but it does not explicitly state when to use it versus alternatives or any exclusions. It mentions the need to use query_video_task to check results, which is helpful guidance.

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/156554395/doubao-image-video-mcp'

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