Skip to main content
Glama

generate_video_v2

Create high-quality videos from text prompts using the SeeDance V2 model. Supports 5-15 second videos up to 1440p resolution with aspect ratio options for vertical or horizontal formats.

Instructions

Generate a video using TensorsLab SeeDance V2 model (highest quality, supports 5-15 seconds, up to 1440p)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYesText description of the desired video
ratioNoAspect ratio: 9:16 (vertical/TikTok) or 16:9 (horizontal/YouTube), default: 9:16
durationNoVideo duration in seconds (5-15, default: 5)
resolutionNoVideo resolution (default: 1080p)
fpsNoFrame rate (default: 24)
imageUrlNoURL of source image for image-to-video generation (1-2 images supported)
generateAudioNoGenerate audio for the video (default: false)
returnLastFrameNoReturn the last frame as an image (default: false)
seedNoRandom seed for reproducibility
Behavior2/5

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

With no annotations provided, the description carries full burden but provides minimal behavioral context. It mentions 'highest quality' and basic constraints (5-15 seconds, up to 1440p), but doesn't disclose important behaviors like whether this is an async operation (implied by sibling status-check tools), rate limits, authentication needs, cost implications, or what the output looks like. For a complex video generation tool with 9 parameters, this is inadequate.

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 efficiently structured in a single sentence that front-loads the core purpose. However, it could be more concise by removing redundant information already in the schema (duration/resolution constraints) and focusing on unique value propositions.

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

Completeness2/5

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

For a complex video generation tool with 9 parameters, no annotations, and no output schema, the description is incomplete. It doesn't explain the async nature (implied by sibling status tools), output format, error conditions, or important behavioral constraints. The description should provide more context about what happens after invocation and what to expect.

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 schema fully documents all 9 parameters. The description adds minimal value beyond the schema - it mentions duration range (5-15 seconds) and resolution cap (1440p) which are already in the schema, and doesn't provide additional context about parameter interactions or usage patterns. Baseline 3 is appropriate when schema does the heavy lifting.

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 specific action ('Generate a video'), identifies the resource ('using TensorsLab SeeDance V2 model'), and distinguishes from siblings by specifying 'highest quality' and duration/resolution constraints that differentiate it from tools like generate_video_fast and generate_video_v15pro.

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 alternatives like generate_video_fast or generate_video_v15pro. It mentions 'highest quality' but doesn't explain trade-offs or when other tools might be more appropriate. No exclusions or prerequisites are stated.

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/bob5-tensorslab/mcp'

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