Skip to main content
Glama

Describe Wubble audio

wubble_describe_audio
Destructive

Describe Wubble audio. Consumes Wubble requests or credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesWubble-owned or user-provided audio URL to describe.
modelNoOptional model.

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
Behavior2/5

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

Annotations already indicate destructiveHint=true and openWorldHint=true. The description adds the note about consuming credits, which aligns with destructiveHint but offers little new insight. It does not explain what gets destroyed or how the tool behaves beyond cost.

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 extremely short (one sentence) and gets to the point, avoiding verbosity. However, it sacrifices necessary detail for conciseness, which is acceptable if the schema and annotations carry the burden.

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's complexity (many siblings, two parameters, output schema exists), the description is insufficient. It fails to clarify what 'describe' means, how the output is structured, or how it differs from similar tools like wubble_speech_to_text.

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% with clear parameter descriptions for 'url' and 'model'. The tool description adds no extra semantic value beyond the schema, so baseline score of 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 the verb 'describe' and resource 'Wubble audio', making the tool's purpose apparent. However, it does not elaborate on what 'describe' entails (e.g., transcription, classification), leaving some ambiguity. It is distinguishable from sibling tools given its unique action.

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?

Only mentions consumption of requests/credits, which acts as a cost warning but does not provide guidance on when to use this tool versus alternatives. There is no mention of prerequisites, exclusions, or comparative advantages among sibling tools.

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