Skip to main content
Glama
daredoole

audio-calibration-mcp

by daredoole

rew_save_all_execute

Executes a specified REW Save-all plan and verifies the outcome, preventing overwrites of existing calibration artifacts for safe audio calibration workflows.

Instructions

Execute and verify an exact REW Save-all plan without overwriting an existing artifact.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
planYes
confirmNo
confirmationTokenYes
Behavior3/5

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

The description discloses that it will not overwrite an existing artifact, which is a critical behavioral trait, and mentions 'verify' implying a post-execution check. However, with no annotations provided, the description carries the full burden and lacks details on side effects, auth requirements, error handling, or what happens if an artifact already exists (e.g., refusal vs. skipping). It gives some transparency but not enough for a complex operation.

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 a single, succinct sentence that front-loads the core action and constraint. There is no fluff, but the brevity sacrifices crucial details. As written, it is not an example of under-specification (which would be a 2), but it is terse enough that it falls short of a perfect 5.

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 complexity (nested plan object, confirmation token, verification step), no output schema, and no annotations, the description is significantly under-specified. It does not explain the return value, the nature of 'verification', or how to construct a valid plan. An agent would need additional context to call this tool correctly. This is a major gap for an execution tool.

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?

The schema has zero description coverage (0%), so the description must explain the parameters. It does not. 'plan', 'confirm', and 'confirmationToken' are not elaborated. 'plan' is a nested object with no structure explained, and the relationship between 'confirm' and 'confirmationToken' is unclear. This is a severe gap for a tool with required parameters.

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 states a specific action ('Execute and verify an exact REW Save-all plan') and a key constraint ('without overwriting an existing artifact'). It distinguishes from sibling tools like rew_save_all and rew_save_all_plan by referencing a plan object, implying this is the execution stage. However, it doesn't explicitly say it is the execute counterpart or what 'Save-all' entails, so not a full 5.

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?

There is no guidance on when to use this tool versus alternatives such as rew_save_all or rew_save_all_plan. The description mentions 'an exact REW Save-all plan' but does not explain the prerequisite of having a plan or when to prefer this over direct execution. No exclusions or conditions are provided, so the agent is left to infer usage context.

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/daredoole/audio-calibration-mcp'

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