Skip to main content
Glama
brandon-fryslie

room-eq-wizard-mcp

align_measurements

Phase-align a subwoofer to main speakers at the crossover frequency, returning the delay REW computed for the sub to apply in DSP or create a summed measurement.

Instructions

Phase-align measurement B to measurement A at a frequency (typically the crossover) using REW's alignment tool, and report the delay REW computed for B. The standard sub-to-main time alignment: A is the reference (mains), B is the one being delayed (sub). The result stays in the alignment tool's preview state — follow with create_aligned_sum for the summed measurement, or apply the reported delay in your DSP.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
invertBNoInvert B's polarity before aligning
frequencyHzNoAlignment frequency in Hz — use the crossover frequency
measurementAYesReference measurement (e.g. mains), UUID or 1-based index
measurementBYesMeasurement to delay (e.g. sub), UUID or 1-based index
maxNegativeDelayMsNoLargest negative delay REW may apply to B, ms
maxPositiveDelayMsNoLargest positive delay REW may apply to B, ms
Behavior4/5

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

No annotations provided, so description carries the burden. It discloses that the result remains in the alignment tool's preview state and does not persist, and that the tool reports the computed delay. This is key behavioral context, though more detail on side effects could be useful.

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?

Three concise, information-dense sentences. Front-loaded with the action, then role clarification, then next steps. Every sentence earns its place.

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?

With no output schema, the description indicates the primary output (the delay). It covers workflow and preview state. It does not detail output formatting or edge cases, but overall it is sufficiently complete for a tool with good schema coverage.

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?

Schema coverage is 100%, so baseline is 3. The description adds role semantics (A as reference, B as delayed) and contextualizes frequencyHz as the crossover, enriching the schema definitions.

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 phase-aligns measurement B to A at a specified frequency and reports the computed delay. It distinguishes from siblings by specifying the phase-alignment use case and the preview-state result.

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?

Provides clear context: A is reference (mains), B is delayed (sub), frequency typically the crossover. Includes follow-up guidance (create_aligned_sum or apply delay in DSP), though it does not explicitly contrast with siblings like align_spl.

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/brandon-fryslie/room-eq-wizard-mcp'

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