Skip to main content
Glama
daredoole

audio-calibration-mcp

by daredoole

audio_support_bundle_execute

Writes an exact redacted support artifact after rechecking its source hash for integrity verification.

Instructions

Write an exact redacted support artifact after rechecking its source hash.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
planYes
confirmNo
confirmationTokenYes
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does disclose redaction behavior and a hash-recheck verification step, which is useful. However, it fails to disclose what happens on hash mismatch, whether the write is destructive, what side effects occur, or what the confirmationToken gates — critical behavior for a write tool with a required confirmation field.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The single sentence is efficient with no wasted words and is front-loaded with the verb. However, the brevity tips into under-specification — there is no structure for the critical safety-gating and planning context the tool requires, so conciseness helps nothing when the missing content is essential.

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?

For a write tool with a required confirmationToken, a nested plan object (0% schema coverage), no annotations, and no output schema, the description is severely incomplete. It omits how the plan is obtained, what the confirmation token is, failure-mode behavior, and any sense of the return/output. An agent lacks the essentials to call this tool safely or 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%, so the description must compensate for undocumented parameters. It entirely fails to explain the three parameters: what plan must contain, what confirmationToken is and how to obtain it, and what confirm does. An agent receiving the 0%-coverage schema plus this description cannot correctly populate a single parameter.

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 verb (Write), resource (support artifact), and qualifier (exact, redacted, after rechecking source hash). It clearly reads as the action counterpart to the sibling audio_support_bundle_plan, though it never names that sibling explicitly.

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?

The phrase 'after rechecking its source hash' implies sequencing with a prior validation step, but there is no explicit guidance on when to use this versus audio_support_bundle_plan, no mention of prerequisite planning, and no mention that a confirmationToken must first be obtained. Usage context is only implied, never stated.

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