Skip to main content
Glama

verify_generated_audio

Verifies generated video audio matches original Hebrew text. Transcribes audio and scores accuracy, warning on partial matches and failing below 85%.

Instructions

Run the generated-video Scribe QA gate on a finished Seedance task.

Use this after an async (wait=false) Hebrew lipsync job completes: pass the original spoken text (Hebrew) plus the task_id (or a direct video_url). Downloads the video, extracts its audio, transcribes with ElevenLabs Scribe, and judges against text (100% pass / 85-99% warning / <85% raises). Do not substitute local whisper or other ASR — this is the canonical gate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
task_idNo
video_urlNo

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, the description carries the full burden and does so admirably. It discloses the entire pipeline: 'Downloads the video, extracts its audio, transcribes with ElevenLabs Scribe, and judges against text.' It even provides threshold details (100% pass / 85-99% warning / <85% raises) and asserts its canonical status, leaving no doubt about the tool's 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?

The description is four sentences, each contributing unique value: definition, usage timing, process details, and exclusion. It is front-loaded with the main action and contains no redundant or filler content.

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 the tool's complexity and the existence of an output schema, the description covers all necessary contextual elements: when to use, what it does, how parameters relate, and behavioral outcomes. It is sufficiently complete for an agent to select and invoke the tool without additional ambiguity.

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

Parameters5/5

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

The schema provides only types and defaults (0% coverage), but the description explains each parameter's meaning: 'text' is the original spoken Hebrew, 'task_id' is from the async job, and 'video_url' is an alternative to task_id. This adds essential semantic context 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 function: 'Run the generated-video Scribe QA gate on a finished Seedance task.' It specifies the exact resource (finished Seedance task) and distinguishes it from generation siblings by focusing on verification. The mention of 'Hebrew lipsync job' further narrows the scope.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicit usage guidance is provided: 'Use this after an async (wait=false) Hebrew lipsync job completes.' It also clarifies exclusions: 'Do not substitute local whisper or other ASR — this is the canonical gate.' This tells the agent exactly when to invoke this tool and when not to use alternatives.

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