Skip to main content
Glama

link_fx_midi_cc

Map a MIDI CC controller to a scanned FX parameter and verify native parameter-link readback in REAPER.

Instructions

Map MIDI CC to a scanned FX parameter and verify native parameter-link readback.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scaleNo
trackNoExact track name (case-insensitive).
offsetNo
channelNo
dry_runNoPreview: return what would run without changing the project.
fx_guidNo
fx_indexNo
fx_scopeNo
controllerYes
param_indexYes
track_containsNoCase-insensitive substring; errors if it matches more than one track.
fx_name_containsNo
target_track_guidNoStable REAPER track GUID; preferred when available.
use_selected_trackNoTarget the currently selected track instead of naming one.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.7/5.0
Behavior2/5

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

With no annotations provided, the description must carry the full behavioral burden, but it does not state whether the project is mutated, what permissions are required, whether the mapping is reversible, or how the verification works. It mentions readback verification but gives no operational side-effect 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 a single front-loaded sentence with no filler, which is structurally appropriate. However, it is extremely terse relative to the tool's complexity, so it is concise without being fully adequate.

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?

Given 14 parameters, no output schema, and no annotations, the description is incomplete. It omits parameter targeting mechanics, dry_run behavior, error conditions, and what the readback verification actually returns, leaving the agent without needed operational 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?

Schema description coverage is only 36% across 14 parameters. The description implies that 'controller' is a MIDI CC and 'param_index' selects the FX parameter, but it leaves the other 12 parameters—including fx_guid, fx_index, fx_scope, track, scale, offset, and dry_run—unexplained and does not compensate for the low schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource: 'Map MIDI CC to a scanned FX parameter and verify native parameter-link readback.' It is clear what the tool does, though it does not explicitly differentiate itself from siblings like set_fx_param or configure_midi_input.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is given on when to use this tool versus alternatives such as fx, set_fx_param, or configure_midi_input. It also lacks any mention of prerequisites, exclusions, or the dry_run mode already present in the schema.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.