Skip to main content
Glama

mcp_opendaw_analyze_phase

Read-only

Checks per-band phase coherence, polarity, and inter-channel delay in an audio file to assess mono compatibility and detect phase cancellation problems.

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 details the specific checks, explains the significance of low vs high frequency phase issues, and describes the input parameter, providing rich behavioral context.

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 well-structured with a clear opening summary and bullet points, front-loading key information. It is slightly verbose but not excessively so.

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?

Given the single parameter and existence of an output schema, the description covers input details, analysis specifics, and return type. It is mostly complete but could mention file format restrictions beyond WAV.

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?

With 0% schema description coverage, the description adds essential meaning by specifying that the filename must be a WAV file in the exports directory or an absolute path, which the schema alone does not provide.

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 clearly states the tool performs per-band phase analysis, enumerating specific checks (coherence, polarity, delay, mono compatibility) and distinguishes it from sibling analysis tools by focusing on phase and mono issues.

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 for diagnosing phase problems and mono compatibility but does not explicitly state when to use this tool over alternatives like analyze_stereo or analyze_spectrum, nor does it provide exclusions or prerequisites.

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-team/opendaw-mcp'

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