reaper_list_sends
List all sends from a specific track, including destination track, volume, pan, and mute status.
Instructions
List the sends originating from a track.
Each entry: {send_index, dest_track_index, dest_track_name, volume_db, pan, muted}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | 0-based index of the source track | |
| response_format | No | 'markdown' for human-readable output or 'json' for machine-readable | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |