Skip to main content
Glama

Review audio

review_audio

PROJECT-SCOPED: this call acts only on the explicit project_id and returns the project identity with its result. Listen to bounded REAL audio through the audio-review lane and return its professional assessment. Pass asset_key for an uploaded/fetched song, audio-only file, clip or render; pass times for seconds within that asset. With no asset_key, times reviews SOURCE sound. output_times reviews the CURRENT rendered program and therefore requires render_preview first. Use this for vibe, recording quality, intelligibility, masking and mix judgment; get_audio_analysis remains the authority for BPM/beats/energy and audit_audio_mix for authored roles. Advisory only—never refuse a valid user choice because the listener is unavailable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timesNo
span_sNo
questionNo
asset_keyNo
project_idYesRequired immutable scope for this call. Copy the id from list_projects/open_project/project_state; the active-project pointer is never used to guess.
output_timesNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.8/5.0
Behavior5/5

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

With all annotations false, the description must carry the burden. It discloses the advisory-only nature, never refusing a valid user choice, the requirement for render_preview when using output_times, and that it is project-scoped. These are behavioral details beyond any structured field, making the tool's behavior predictable.

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?

The description is dense but every sentence earns its place. It starts with the most critical scoping constraint ('PROJECT-SCOPED'), then the core action, then parameter modes, then usage domain, and ends with the advisory note. No filler; each clause adds a distinct fact.

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?

The definition covers the main usage scenarios, return content (project identity + assessment), and key preconditions. It lacks explicit mention of the output format (though there is no output schema) and does not describe span_s or question semantics. For a tool with six parameters, it is more complete than most, but not fully exhaustive.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is only 17% (only project_id is documented). The description compensates by explaining asset_key ('uploaded/fetched song, audio-only file, clip or render'), times ('seconds within that asset' or SOURCE sound when no asset_key), and output_times ('reviews the CURRENT rendered program'). However, span_s and question are not explicitly defined, leaving a small gap.

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 ('Listen to bounded REAL audio and return its professional assessment') on a specific resource, distinguishes itself from siblings by naming get_audio_analysis and audit_audio_mix as authorities for other audio dimensions, and notes it is project-scoped. This gives an agent a clear, unambiguous purpose.

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

Usage Guidelines5/5

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

Explicitly says 'Use this for vibe, recording quality, intelligibility, masking and mix judgment; get_audio_analysis remains the authority for BPM/beats/energy and audit_audio_mix for authored roles.' It also explains the three parameter modes (asset_key, times, output_times) and the precondition for output_times (render_preview first). This is a model of usage guidance.

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.