Skip to main content
Glama

Audit audio mix

audit_audio_mix

PROJECT-SCOPED: this call acts only on the explicit project_id and returns the project identity with its result. Deterministic audit of the CURRENT EDL's authored music, voiceover and SFX roles, files, program windows, source offsets, gains, ducking and mastering. Each music item includes its persisted raw provider provenance, rights-capability signals and downloaded SHA-256, with explicit null/unknown values. Detects the same asset playing twice or a likely song misfiled as voiceover. This state is ground truth; deterministic preview AUDIO CHECK can measure the rendered mix without relabeling roles.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior1/5

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

The description implies a read-only, side-effect-free audit ('deterministic audit', 'ground truth', 'returns'), but annotations set readOnlyHint=false. This is a direct contradiction, and the description provides no clarification about any potential side effects.

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 dense but well-structured, front-loading the PROJECT-SCOPED constraint and then listing the audit components. Every sentence adds value, though it is slightly long.

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?

With no output schema, the description thoroughly explains what is returned (roles, files, provenance, SHA-256, null/unknown handling, duplicate/misfile detection). It is sufficient for an agent to understand the result, though exact formatting is not specified.

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?

The schema documents project_id, but the description adds crucial guidance: it must be copied from list_projects/open_project/project_state and the active-project pointer is never used. This prevents misuse and goes beyond the schema's generic description.

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 clearly states the tool audits the audio mix (music, voiceover, SFX) of the current EDL and enumerates specific attributes (roles, files, windows, offsets, gains, ducking, mastering) plus detection capabilities. It distinguishes itself from sibling audit tools like audit_captions by focusing on the audio mix.

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

Usage Guidelines3/5

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

It notes the tool is project-scoped and returns ground truth, and mentions an alternative (deterministic preview AUDIO CHECK) for measuring rendered mix without relabeling roles. However, it does not explicitly name the alternative tool or provide clear when-to-use versus when-not-to-use conditions.

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.