Skip to main content
Glama

mcp_opendaw_analyze_phase

Read-only

Analyze phase coherence and polarity across frequency bands to detect mono compatibility issues from inter-channel delays and misaligned recordings.

Instructions

Per-band phase analysis — coherence, polarity, inter-channel delay.

Checks for phase problems that destroy mono compatibility:

  • Per-band phase correlation (sub, bass, mid, high)

  • Polarity check (inverted channels?)

  • Inter-channel sample delay (misaligned mics, plugin latency)

  • Mono compatibility score (what happens when L+R collapse to mono)

Low-frequency phase issues are critical: bass should be mono. High-frequency phase issues widen stereo but risk mono cancellation.

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

Returns per-band phase coherence + mono compatibility assessment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filenameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Beyond the readOnlyHint annotation, the description adds substantial behavioral context: the specific phase checks performed, the rationale (mono compatibility), frequency-dependent risks, and what the return value contains. This is genuinely useful information that helps an agent interpret results safely.

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

Conciseness5/5

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

The description is tightly structured: a one-line summary, bulleted list of checks, two lines on frequency context, and a final parameter explanation. Every sentence contributes information, with no filler or repetition.

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

Completeness5/5

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

For a single-parameter analysis tool with an output schema, the description is complete. It covers what the tool does, what it detects, how to specify the input, and what the result is about. The output schema handles the exact return format, so no additional detail is needed.

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

Parameters5/5

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

With schema description coverage at 0%, the description fully compensates by explaining the filename parameter in detail: 'WAV file in exports dir, or absolute path.' This is essential guidance that turns an otherwise opaque string parameter into a usable one.

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 opens with a specific verb and resource: 'Per-band phase analysis — coherence, polarity, inter-channel delay.' It then lists concrete checks and the final output (mono compatibility score), clearly distinguishing this from sibling analysis tools like analyze_stereo or analyze_spectrum.

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?

The description clearly implies when to use this tool by explaining what problems it detects (phase issues that damage mono compatibility) and provides contextual guidance about low vs. high frequency behavior. However, it does not explicitly name alternatives or state when NOT to use this tool.

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