Skip to main content
Glama

Connect REAPER transport

connect_reaper_transport

Builds a REAPER OSC transport bridge with track and marker controls, generating a TouchDesigner scaffold for operator-approved recording.

Instructions

Create a REAPER OSC transport, track, and marker bridge scaffold with operator-approved recording templates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoGenerated baseCOMP name.reaper_transport
activeNo
send_portNo
parent_pathNoParent COMP for the REAPER scaffold./project1
reaper_hostNo127.0.0.1
track_countNo
marker_countNo
project_nameNoshow
receive_portNo
include_recordNo
Behavior2/5

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

Annotations already indicate non-read-only, non-destructive, open-world behavior. The description adds the context that this creates a 'scaffold' rather than a live connection, which is useful, but it does not disclose side effects such as whether existing components are overwritten, whether REAPER must be running, or what 'operator-approved recording templates' actually entails.

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, front-loaded sentence with no filler or redundant phrasing. It is concise and to the point, though 'operator-approved' is unexplained jargon.

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 10-parameter tool with no output schema and sparse annotations, a one-sentence description is insufficient. It leaves out key behavior such as return values, error conditions, port/host semantics, how recording templates are selected, and whether this tool actually connects to REAPER or only creates a scaffold.

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?

Only 20% of the 10 parameters have schema descriptions, and the tool description adds almost no parameter-specific meaning. It loosely aligns with track/marker counts but does not explain send_port, receive_port, reaper_host, include_record, project_name, or active.

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 starts with a specific verb 'Create' and identifies a clear resource: a 'REAPER OSC transport, track, and marker bridge scaffold.' It clearly distinguishes this tool from the dozens of sibling connection tools by naming the exact target system and the scaffold components.

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?

The description provides no guidance on when to use this tool versus the many sibling connect_* tools, such as connect_ableton_link_session or connect_qlab_cue_stack. It does not mention prerequisites, exclusions, or when an alternative should be preferred.

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/lucasmaher-hash/touch-designer-mcp'

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