Skip to main content
Glama

Create Wubble voiceover and wait

wubble_create_voiceover_and_wait
Destructive

Create Wubble voiceover and wait. Consumes Wubble requests or credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesText to synthesize into a finished voiceover.
model_idNoOptional model ID.
voice_idNoOptional Wubble voice ID.
language_codeNoOptional language code.
output_formatNoOptional output format. Use mp3_44100_128 for MP3 audio; shorthand mp3 is accepted and normalized.
voice_settingsNoOptional voice settings.
timeout_secondsNoMaximum seconds to wait for completion. Max 45.
poll_interval_secondsNoSeconds between status checks. Max 10.

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. Added

TDQS

B3.2/5.0
Behavior3/5

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

The description adds waiting behavior and credit consumption beyond annotations. However, it omits details like timeout behavior, error handling, and whether the tool modifies state (destructive). Annotations already indicate destructiveHint=true and readOnlyHint=false.

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 extremely brief—two short sentences—with no redundancy or unnecessary detail. It is highly concise and front-loads the core action.

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?

Despite having 8 parameters, nested objects, and an output schema, the description provides minimal context. It does not explain the return value (output), how to handle the wait, or typical use cases. The tool is complex but the description is too sparse.

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 coverage is 100%, so the input schema fully documents all 8 parameters. The description does not add any parameter-level information, falling short of compensating for any gaps. Baseline 3 is appropriate.

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 it creates a voiceover and waits, which is specific and aligns with the name. However, it does not differentiate from sibling creation tools like 'wubble_create_song_and_wait' or 'wubble_text_to_speech', which also produce audio.

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 mentions credit consumption but provides no guidance on when to use this tool versus alternatives like text-to-speech or other create-and-wait tools. No scenarios, prerequisites, or exclusions are given.

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