Skip to main content
Glama

get_audio

PAID $1.00 via x402 (USDC micropayment over HTTP 402). Returns a one-time, 15-minute download link for a professionally recorded guided-relaxation MP3 in the practitioner's own voice (English or Hungarian). Set 'id' (required) to a valid audio track id obtained from list_catalog. Returns the id, title, language, duration in minutes, the time-limited download_url, a usage note, and a verification block. Returns an error for an unknown id — call list_catalog first to get valid ids.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesAudio track id from list_catalog, e.g. 'AU-05'. Required.

TDQS

A4.4/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden and does so well: it discloses the $1.00 USDC micropayment, the one-time 15-minute link expiry, the language options, the returned fields, and the error behavior for unknown ids. This is substantial behavioral context beyond the name and schema.

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 compact and front-loaded with the most important facts: payment, resource type, and link expiry. It then covers the required input and the return/error behavior. Slightly dense, but every sentence carries useful information.

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

Completeness5/5

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

For a simple one-parameter tool with no output schema and no annotations, the description is complete: it describes the required id, how to obtain valid ids, the output fields, the payment, the link's time limit, and the error case. An agent has enough information to invoke this tool correctly.

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?

The schema already fully documents the single parameter with a type, example ('AU-05'), and required flag, so baseline 3 applies. The description reinforces that the id must come from list_catalog and warns about unknown-id errors, but adds no new format or type detail beyond the schema.

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 states a specific action and resource: it returns a one-time, 15-minute download link for a guided-relaxation MP3, and distinguishes this from sibling tools by the audio/track focus and the paid x402 micropayment. It also names the exact source of valid ids (list_catalog), making the tool's role unambiguous.

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

Usage Guidelines4/5

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

The description gives explicit usage context: call list_catalog first to obtain valid ids and set the required 'id' parameter. It doesn't explicitly compare this tool to siblings or state when not to use it, but the audio-specific purpose and clear prerequisite make the intended usage clear.

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.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool retrieves a distinct type of content (Q&A, affirmations, audio, guide, facts, stage guidance, technique, catalog). The descriptions clearly differentiate them, minimizing confusion for an agent.

Naming Consistency4/5

Most tools follow a 'get_<content>' pattern, but 'ask' and 'list_catalog' deviate. The naming is clear and readable, but not perfectly uniform.

Tool Count5/5

With 8 tools, the set covers essential content types without being overwhelming. The scope is well-scoped for a pregnancy/birth resource server.

Completeness4/5

The tools cover a broad range of content (questions, affirmations, audio, guides, facts, stage guidance, techniques, catalog). Minor gaps exist (e.g., no bundled retrieval per stage), but the core lifecycle is complete.

Resources