Skip to main content
Glama

generate_seedance_video

Generate AI videos from scene descriptions, with automatic Hebrew BVAC lipsync for speech-synced mouth movements.

Instructions

Generate a Seedance video; auto-chain Hebrew BVAC lipsync when language is Hebrew.

HEBREW (language="he") — this tool runs the ENTIRE BVAC chain itself; do NOT pre-build anything:

  • Speech: synthesized from text (keep it Hebrew) with ElevenLabs eleven_v3 and voice_id — OR pass audio_path (local mp3) to use a pre-approved take and skip TTS. Audition flow: generate_elevenlabs_voiceover -> user approves -> pass its audio_path here. Never build a black carrier, upload audio, or register a carrier asset yourself; the tool does all of it and ignores yours.

  • Prompt: pass ONLY the scene description, Latin-only (transliterate_hebrew first). The "@ImageN is ..." / "@Video1 ..." reference lines and the lip-sync mechanism are composed server-side — do not write them yourself (customize via image_roles / other_roles).

  • romanized_text: ALWAYS supply your own PHONEMIC RESPELLING of text — spell the Hebrew the way an English reader sounds it out, because Seedance picks visemes from this text with an English-dominant classifier (linguistic romanization makes it mouth English: chazir -> "church"). Form: syllable- hyphenated, stressed syllable in CAPS, ' for schwa — חזיר -> khah-ZEER (NOT chazir); גבר, קום מהספה -> GEH-ver, koom meh-hah-SAH-pah; כושר -> KOH-sher. Every syllable sayable; gender/morphology respected but rendered by English sound; English/brand tokens byte-for-byte; sentence-final words with extra care (they drive the lip-sync hardest). A structural gate validates it; omit it and an LLM (OpenRouter-first) respells instead.

  • task_type is forced to seedance-2-less-restriction: the lower-moderation tier required for asset-backed fictional personas. Requesting another type has no effect; this is intentional, not an error.

  • Scribe QA gates run on the source audio, and on the generated video when wait=true.

References split into human_image_urls (faces/people) and other_image_urls (product/room/scene). Generated people MUST be private assets: human refs have to be asset://<id> (register them with upload_asset first) unless auto_upload_assets=true. image_urls is a legacy alias for human_image_urls.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNo
textNo
waitNo
promptYes
durationNo
languageNoen
voice_idNo
task_typeNoseedance-2-less-restriction
audio_pathNo
audio_urlsNo
image_urlsNo
resolutionNo720p
video_urlsNo
image_rolesNo
other_rolesNo
aspect_ratioNo
service_modeNo
content_checkNo
verify_speechNo
romanized_textNo
human_image_urlsNo
other_image_urlsNo
auto_upload_assetsNo
asset_retention_hoursNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations provided, the description carries full burden and delivers rich behavioral detail: it states task_type is forced and 'requesting another type has no effect; this is intentional, not an error', explains that user-supplied carriers are ignored, and discloses asset requirements and QA gates. It also clarifies the romanized_text gate and the implications for lip-sync, which goes well beyond a simple operation description.

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 long but employs clear section headers (HEBREW, Prompt, romanized_text, References) and bullet-like lists. Every sentence adds valuable information, avoiding filler. It is front-loaded with the core purpose and then organized by topic, making it scannable despite its length.

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?

For a highly complex tool with 24 parameters, no annotations, and no schema descriptions, this description covers the essential workflow, special cases, and constraints comprehensively. It explains the Hebrew BVAC chain, romanization requirements, asset handling, and behavioral overrides. An output schema exists, so not needing to describe return values is acceptable. The description is thorough enough to guide correct invocation in almost all scenarios.

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 0%, so the description heavily compensates. It explains the meaning and usage of critical parameters: text, voice_id, audio_path, romanized_text, prompt, image_roles, other_roles, human_image_urls, other_image_urls, auto_upload_assets, task_type, wait, and image_urls as a legacy alias. However, parameters like duration, resolution, aspect_ratio, mode, service_mode, content_check, verify_speech, audio_urls, video_urls, and asset_retention_hours remain undocumented; while some are self-explanatory, the coverage is not complete.

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 opens with 'Generate a Seedance video' which clearly states the action and resource. It immediately distinguishes itself from siblings by adding 'auto-chain Hebrew BVAC lipsync when language is Hebrew', and contrasts with generate_kling_video and generate_seedance_first_last by specifying the video engine and Hebrew-specific behavior.

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 strong when-to-use guidance for Hebrew: it says 'this tool runs the ENTIRE BVAC chain itself; do NOT pre-build anything' and gives the audition flow with generate_elevenlabs_voiceover. It does not explicitly mention alternatives for non-Hebrew cases, but the Hebrew-specific context is clear and actionable. The guidance about not building carriers or uploading audio is a valuable exclusion.

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/AvivK5498/VideoGenerationMCP'

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