Skip to main content
Glama

mcp_opendaw_detect_problems

Read-only

Detect technical audio issues in WAV files—clipping, DC offset, hum, sibilance, mud, harshness, resonances—and get severity with recommendations.

Instructions

Detect technical audio problems — clipping, DC offset, hum, sibilance, mud, harshness.

Scans for 7 common issues that ruin mixes:

  1. Clipping: samples at or near 0 dBFS (digital clipping)

  2. DC offset: non-zero mean (eats headroom, causes clicks on edit boundaries)

  3. Hum: 50/60Hz mains interference (+ harmonics)

  4. Sibilance: excessive 5-8kHz energy bursts (harsh 's' sounds)

  5. Mud: excessive 200-400Hz buildup (cloudy, unclear mix)

  6. Harshness: excessive 2-5kHz energy (fatiguing, piercing)

  7. Resonances: narrow peaks that stick out (room modes, bad recordings)

filename: WAV file in exports dir, or absolute path.

Returns per-problem detection with severity + recommendation.

Example: detect_problems("vocal_stem.wav")

→ {problems: [{type: "dc_offset", severity: "HIGH", value: 0.002, ...}]}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filenameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint=true, so the safety profile is known. The description adds input path expectations (WAV in exports dir or absolute path) and output structure (severity + recommendation), which are useful behavioral details beyond annotations.

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 front-loaded with a clear summary, and the detailed bullet list is substantive rather than redundant. It's somewhat long but each item adds useful information about the detected problems, and the example is helpful.

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?

For a single-parameter tool with an output schema, the description covers input format, output shape, and the problem categories. It could mention limitations such as file size or duration handling, but overall it is sufficiently complete for straightforward invocation.

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 provides no description for the single 'filename' parameter (0% coverage). The description compensates by defining what filename means ('WAV file in exports dir, or absolute path') and gives a concrete example call, making the parameter semantics clear.

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 explicitly states the tool detects technical audio problems and enumerates 7 specific issue types (clipping, DC offset, hum, sibilance, mud, harshness, resonances), giving a clear, specific verb+resource. This distinguishes it from sibling analysis tools like analyze_spectrum or measure_lufs, which focus on different aspects.

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?

The description implies usage when technical mix problems are suspected, but gives no explicit guidance on when to choose this over alternative analysis tools. There are no exclusion criteria or named alternatives, leaving the agent to infer the tool's appropriate 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/ameobius-ai/opendaw-mcp'

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