Skip to main content
Glama

Remix Wubble song

wubble_remix_song
Destructive

Remix Wubble song. Consumes Wubble requests or credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nNoOptional number of variations.
lyricsYesLyrics for the remix.
promptNoOptional remix prompt.
song_idNoCaller-owned completed song request ID.
upload_audio_idNoUploaded Wubble audio ID.

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

C2.9/5.0
Behavior3/5

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

The description adds that the tool consumes 'Wubble requests or credits,' which is useful cost information beyond the destructiveHint annotation. However, it does not detail what exactly gets destroyed or any other behavioral traits like authentication or rate limits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very short (two sentences) and front-loaded with the core action. However, it sacrifices important details like parameter relationships or usage context, making it slightly under-informative for its complexity.

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?

Given the tool has 5 parameters, is destructive, and consumes credits, the description is too sparse. It does not explain how parameters like song_id vs upload_audio_id relate, nor its role among 26 sibling tools, leaving significant gaps for correct invocation.

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 schema already documents all parameters. The description adds no additional meaning beyond what the schema provides, meeting the baseline expectation for high coverage.

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 action (Remix) and the resource (Wubble song), with a verb+resource structure. However, it does not differentiate from sibling tools like wubble_generate_song or wubble_extend_song, missing a chance to clarify its unique role.

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. The description lacks any context about prerequisites, exclusions, or comparison to similar tools, leaving the agent to infer from the name alone.

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