Skip to main content
Glama

render_and_audit

Render the active edit to MP3, run audio analysis, and return the file paths plus a balance/rhythm summary in one call.

Instructions

Render the active edit to MP3, run the analyzer, and return both paths plus a balance/rhythm summary in one call. Replaces the manual revert→render→analyze chain.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bitrateNo256k
mp3_pathNo
revert_firstNo
trim_trailing_silenceNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

C2.8/5.0
Behavior2/5

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

With no annotations provided, the description must disclose side effects. It mentions 'revert' but doesn't explicitly state whether the edit is reverted, what happens to the project state, or if files are created/modified. The optional 'revert_first' parameter hints at destructive behavior but is unexplained. The description is vague about the tool's impact.

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 two sentences, front-loads the primary action and result, and efficiently mentions the replaced chain. It avoids redundancy and is appropriately sized, though it could add a few more details without becoming verbose.

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

Completeness1/5

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

Given four parameters, no schema descriptions, and no output schema, the description is severely incomplete. It does not explain parameter semantics, the nature of the analyzer, return format specifics, or prerequisites like an active edit. The agent would likely need to guess or inspect other tools to use this correctly.

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

Parameters1/5

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

Schema description coverage is 0%, meaning no parameter descriptions exist in the schema. The description must compensate but does not explain any of the four parameters (bitrate, mp3_path, revert_first, trim_trailing_silence). It only mentions rendering and analysis at a high level, leaving the agent without parameter guidance.

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 tool renders the active edit to MP3, runs the analyzer, and returns paths plus a balance/rhythm summary. It distinguishes itself from the manual revert→render→analyze chain, though it doesn't explicitly name sibling tools like 'render'. The verb+resource combination is specific.

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?

It provides clear usage context by stating it replaces the manual chain of revert, render, and analyze, telling the agent this is a composite alternative. However, it doesn't explicitly list when NOT to use it or name alternatives like 'render' or 'undo', leaving some inference to the agent.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jarmstrong158/waveform-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server