Skip to main content
Glama

Generate Wubble instrumental

wubble_generate_instrumental
Destructive

Generate Wubble instrumental. Consumes Wubble requests or credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYesDescription of the instrumental track to generate.

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.3/5.0
Behavior3/5

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

Annotations already indicate destructiveHint=true and readOnlyHint=false. The description adds 'Consumes Wubble requests or credits,' which provides cost context beyond annotations. However, it does not detail other behavioral traits like auth requirements or what gets destroyed.

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 concise sentences with zero filler. Every word serves a purpose, making it front-loaded and easy to scan.

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

Completeness3/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 is adequate for a simple tool with one parameter. However, it lacks context on output format, prerequisites, or differences from sibling tools like wubble_generate_track, which could affect completeness for an AI agent.

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 description does not need to add much. The parameter 'prompt' is well-described in the schema. The description's mention of credits is not parameter-specific, so no additional semantic value for 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 action ('Generate') and resource ('Wubble instrumental'), providing a specific verb+resource pairing. However, it does not explicitly distinguish from sibling tools like wubble_generate_track or wubble_generate_song, which could lead to confusion.

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. There is no mention of exclusions, prerequisites, or comparison with similar tools like wubble_generate_song or wubble_generate_track.

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