Skip to main content
Glama

fx_get_pin_mappings

Check an FX plugin's audio input and output pin mappings to verify sidechain routing, such as confirming channels 3/4 reach a sidechain input, without modifying anything.

Instructions

Read-only inspection of an FX plugin's audio input and output pin mappings.

Returns the track channels wired to each FX pin via TrackFX_GetPinMappings. Use this to verify existing sidechain routing without modifying anything — e.g. confirm that Pro-Q 4's sidechain input pins are receiving channels 3/4 before running automated parameter optimisation.

Each pin entry includes:

  • pin — 0-based pin index

  • track_channels — list of 1-based track channel numbers connected

  • low32_raw / high32_raw — raw bitmasks for full lossless round-trips

Requires REAPER >= 6.0 (TrackFX_GetPinMappings).

Args: track_index: 0-based track index. fx_index: 0-based FX chain index.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fx_indexYes
track_indexYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv0.6.7

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explicitly states 'Read-only' and 'without modifying anything', eliminating any ambiguity about side effects. It also describes the return structure (pin entries with pin, track_channels, low32_raw, high32_raw) and mentions the REAPER >= 6.0 requirement. It doesn't address error conditions or empty results, but for a read-only inspection tool, the key behavioral traits are covered.

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 structured with a one-sentence purpose, a practical use case, return-format details, and argument specifications. It is longer than strictly minimal but each section adds value: the example is illustrative, and the pin-entry breakdown is necessary since there is no output schema. The primary purpose is front-loaded, and the text is not fluff.

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 there is no output schema, the description adequately explains what the tool returns (pin entries with pin index, track channels, and raw bitmasks). It also provides version requirements and a realistic scenario. It does not specify behavior on invalid indices or when no mappings exist, but for a read-only inspection tool of this scope, the provided details are sufficient for an agent to call it correctly and interpret results.

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 description coverage is 0%, so the description must compensate. It does by specifying that track_index is '0-based track index' and fx_index is '0-based FX chain index', clarifying the indexing convention and the meaning of each argument. This adds essential semantic information beyond the bare schema types and titles.

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 a specific verb ('inspection') and a specific resource ('FX plugin's audio input and output pin mappings'). It is distinguishable from sibling fx_* tools like fx_get_params or fx_set_param, which handle parameters rather than routing topology. The read-only aspect is explicit, so an agent can tell exactly what this tool does.

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?

The description provides a concrete, actionable use case: 'verify existing sidechain routing without modifying anything — e.g. confirm that Pro-Q 4's sidechain input pins are receiving channels 3/4 before running automated parameter optimisation.' This clearly indicates when to use the tool. It does not explicitly name alternatives or when-not-to-use cases, but the read-only framing and the example distinguish it from routing setup tools, so this is above baseline.

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/xDarkzx/Reaper-MCP'

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