Skip to main content
Glama
brandon-fryslie

room-eq-wizard-mcp

import_sweep_recordings

Import recorded sweep files as REW measurements by specifying the stimulus and response paths, converting each channel into a measurement as if measured live.

Instructions

Import a recorded sweep as a measurement: set the sweep stimulus file, then import the recorded response file. Each imported channel becomes a measurement, as if REW had measured it live.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
channelsNoChannels to read from a multichannel file, e.g. "1, 3, 5" or "2-4". Omit for all channels.
responsePathYesPath to the recorded sweep response file, forward slashes
stimulusPathYesPath to the sweep stimulus file, forward slashes
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses that each imported channel becomes a measurement and that the stimulus file must be set first, adding useful behavioral context. However, it does not mention side effects, whether existing measurements are overwritten, or any error/edge-case behavior, so transparency is moderate.

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 two sentences, immediately states the core purpose, and uses no filler. It is front-loaded with the main action and provides necessary context clearly.

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 tool with three parameters, no annotations, and no output schema, the description covers the workflow and outcome adequately. It explains the import process and the resulting measurements. Minor gaps include lack of mention of return values or error handling, but these are not critical for understanding core usage.

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

Parameters3/5

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

The schema already provides descriptions for all parameters, so the baseline is 3. The tool description reaffirms the roles of stimulusPath and responsePath but adds no new details about the channels parameter or parameter formats beyond what the schema states.

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's purpose: 'Import a recorded sweep as a measurement' with a specific verb and resource. It also explains the process (set stimulus file, then import response file) and differentiates from sibling import tools by focusing on sweep recordings rather than generic frequency/impulse responses.

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 when to use this tool ('recorded sweep') and provides input requirements, but it does not explicitly contrast with alternatives like import_frequency_response or run_sweep. There are no explicit when-not-to-use or exclusion statements, leaving the usage guidance somewhat implicit.

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