Skip to main content
Glama

send_create

Create audio or MIDI sends between tracks in REAPER. Specify source and destination tracks, optionally set MIDI channels for MIDI-only routing.

Instructions

Create send between tracks. Prefer setup_routing for batch.

To create a MIDI-only send to a multi-timbral VSTi track, pass midi_source_channel and midi_dest_channel (0=all, 1-16). The send will carry MIDI on the specified channels. Audio on the send can be muted separately via send_set_mute.

Args: source_track: Source track index. dest_track: Destination track index. midi_source_channel: If set, enables MIDI routing. 0=all channels, 1-16=specific. Must be paired with midi_dest_channel. midi_dest_channel: Target channel on the destination track. 0=all, 1-16. Must be paired with midi_source_channel.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dest_trackYes
source_trackYes
midi_dest_channelNo
midi_source_channelNo
Behavior4/5

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

With no annotations, the description carries the transparency burden. It reveals important behavior: MIDI routing requires paired channel parameters, and audio is separate and can be muted via send_set_mute. However, it doesn't mention side effects, prerequisites, or project mutation details beyond the obvious creation action.

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 concise and front-loaded: main purpose, then batch alternative, then MIDI-specific usage, then structured args. Each sentence adds value without redundancy.

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 4-parameter tool with no annotations and no output schema, the description covers the core functionality and parameter semantics thoroughly. Minor gaps include lack of index convention (0-based vs 1-based) and no mention of return value or error behavior, but these are not critical for basic invocation.

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

Parameters5/5

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

Schema description coverage is 0%, so the description fully compensates. Every parameter is explained: source_track and dest_track are indexes, midi_source_channel/dest_channel have ranges (0=all, 1-16) and a pairing constraint. This adds significant meaning beyond the bare schema 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 opens with 'Create send between tracks,' clearly identifying the verb and resource. It distinguishes itself from siblings by explicitly referring to setup_routing for batch operations, making it clear this tool handles individual send creation.

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

Usage Guidelines5/5

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

Provides explicit guidance: 'Prefer setup_routing for batch' indicates when not to use this tool. It also explains when to use MIDI parameters and references send_set_mute for muting audio, giving contextual direction for related operations.

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