Skip to main content
Glama

Create Wubble podcast

wubble_create_podcast
Destructive

Create Wubble podcast. Consumes Wubble requests or credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYesPodcast topic or direction.
voicesNo
conversationsNo
background_musicNoWhether to include background music.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoWubble developer-service response data.
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

A4/5.0
Behavior4/5

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

Annotations already indicate destructiveHint=true, so the description adds value by revealing that the tool consumes 'Wubble requests or credits,' a resource cost not captured by annotations. This goes beyond what annotations provide.

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?

Two short sentences, each earning its place: the first states the action, the second adds a critical resource constraint. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the presence of an output schema, the description does not need to explain return values. However, it omits context like supported voice formats or expected conversation structure. Still, it is adequate for a simple tool with annotations and output schema.

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 50% (only prompt and background_music have descriptions). The tool description does not elaborate on any parameter usage or constraints, so it provides no additional help beyond the schema. With moderate coverage, a score of 3 is appropriate.

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 uses a specific verb+resource ('Create Wubble podcast') and immediately distinguishes from siblings like 'generate_song' or 'text_to_dialog' by focusing on podcast creation. The resource consumption note further clarifies scope.

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

Usage Guidelines3/5

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

No explicit when-to-use or alternatives are provided. The tool's consumption of requests/credits hints at cost considerations, but there is no guidance on when this tool is preferred over siblings like 'wubble_text_to_dialog' for multi-speaker audio.

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