Skip to main content
Glama

Dub Wubble audio

wubble_dub_audio
Destructive

Dub Wubble audio. Consumes Wubble requests or credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoOptional dubbing job name.
end_timeNoOptional end time.
watermarkNoWhether to watermark output.
source_urlYesHTTPS URL for MCP to fetch and dub.
start_timeNoOptional start time.
source_langNoOptional source language code.
target_langYesTarget language code.
num_speakersNoOptional number of speakers.
dubbing_studioNoWhether to enable dubbing studio.
highest_resolutionNoWhether to request highest resolution.
use_profanity_filterNoWhether to use profanity filter.
disable_voice_cloningNoWhether to disable voice cloning.
drop_background_audioNoWhether to drop background audio.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
errorNoDeveloper-service error envelope when the call fails.
successYesWhether the developer-service request succeeded.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior3/5

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

Annotations already provide destructiveHint=true and readOnlyHint=false. The description adds that it consumes requests or credits, which is useful cost context. No contradictions. However, it doesn't disclose other traits like whether it modifies existing audio or creates new output.

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 very short (two sentences) and front-loaded with the purpose. It is concise but could be slightly expanded without becoming verbose to cover key behavioral aspects.

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 tool with 13 parameters, 2 required, and an output schema, the description is too sparse. It does not explain what dubbing involves, what the output is, or how to interpret the many optional flags. The schema is thorough, but the description should complement it with usage context.

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 baseline is 3. The description adds no parameter-level detail beyond the schema. It does not explain how or when to use the many optional parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool does audio dubbing, which is a specific verb+resource. It distinguishes from siblings like text-to-speech or analyze lyrics, but doesn't explicitly contrast with similarly named tools like wubble_edit_track or wubble_remix_song.

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?

No guidance on when to use this tool versus alternatives (e.g., when to dub vs. remix or edit). The only extra info is cost consumption (requests/credits), which hints at usage cost but not selection criteria.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources