Skip to main content
Glama
LeoLisena

PampaPilot MCP Server

by LeoLisena

Configurar una banda de ReaEQ

configure_reaeq_band
Idempotent

Adjust an existing EQ band on a REAPER track by its index and type, setting frequency, gain, and Q to shape the audio spectrum, then returning the updated band state.

Instructions

Configura una banda existente por tipo e índice y devuelve su estado.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNo
enabledNo
fx_guidYes
gain_dbNo
band_typeYes
band_indexYes
track_guidYes
project_refYes
frequency_hzYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

The description adds context beyond the annotations by specifying that it configures an existing band (not creating one) and that it returns state. This complements the idempotent and non-destructive hints, though it does not detail side effects or error behavior.

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 a single concise sentence, front-loaded with the action and its output, with no unnecessary words. It is appropriately sized for a simple statement of purpose.

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

Completeness2/5

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

For a tool with 9 parameters and an output schema, the description is too sparse. It lacks context on how to target the ReaEQ instance, what the return state includes, and any prerequisites like adding the stock FX first. The output schema reduces need to describe return values, but the description still fails to convey essential usage context.

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

Parameters2/5

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

With 0% schema description coverage, the description only mentions band type and index, leaving the roles of frequency_hz, gain_db, q, enabled, and targeting parameters (project_ref, track_guid, fx_guid) unexplained. The agent must rely on parameter names alone, which is insufficient for a complex 9-parameter tool.

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 that the tool configures an existing band by type and index, and returns its state. This is a specific action with a clear resource (band), and it distinguishes itself from sibling tools like configure_reacomp by focusing on band-level EQ configuration.

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 configuring an existing band, and the word 'existing' provides an implicit exclusion (not for creating new bands). However, it does not explicitly mention alternatives or prerequisites such as needing a ReaEQ instance, so guidance is limited.

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/LeoLisena/pampa-pilot'

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