Skip to main content
Glama

translate_video

Translate spoken language in a video and synchronize lip movements to your chosen target language. Provide a publicly accessible video URL and select the target language to convert speech and lip sync.

Instructions

视频翻译 2.0:将视频中的语音翻译并口型同步为目标语言。 使用模型:video_translate_v2_cvtob

  • video_url: 原始视频 URL(需公网可访问)

  • target_language: 目标语言缩写

  • src_language: 源语言缩写(默认 "zh" 中文)

支持的语言代码: zh(中文)en(英语)ja(日语)ko(韩语)fr(法语)de(德语) es(西班牙语)pt(葡萄牙语)ru(俄语)ar(阿拉伯语)it(意大利语) hi(印地语)id(印尼语)nl(荷兰语)tr(土耳其语)pl(波兰语)等

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
video_urlYes
src_languageNozh
target_languageYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description carries the full burden of disclosing behavioral traits. It mentions the model used and the public URL requirement, but does not disclose whether the operation is asynchronous, how the result is returned, potential costs/latency, or any side effects. For a complex video processing tool, this is a significant transparency gap.

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 opens with a clear purpose statement, then uses bullet points for parameters and a compact list for languages. The language list is necessary but adds length; overall it's well-structured and not wasteful.

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?

The tool is complex (video translation with lip sync), and the description covers inputs, model, and language support. However, it omits operational details like output format, processing time, video size limits, or error conditions. Since an output schema exists, return value explanation is less critical, but other contextual gaps remain.

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 must explain parameters. It does so effectively: video_url must be publicly accessible, target_language is an abbreviation, and src_language defaults to "zh". It also provides a list of supported language codes. This adds meaning beyond the bare schema.

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's specific function: translating speech in a video into a target language while syncing lip movements. This specific verb+resource (translate video + sync lips) distinguishes it from sibling tools like generate_video or image_to_video, which create new content rather than transform existing speech.

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 on how to use the tool: requires a publicly accessible video URL and target language, with an optional source language. It also lists supported language codes. However, it does not explicitly mention when to prefer this tool over alternatives or when not to use it. This is close to 'clear context, no exclusions' but lacks explicit alternative differentiation.

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/andyleimc-source/jimeng-ai-mcp'

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