reaper_list_items
List media and MIDI items on a track, returning index, position, length, mute status, and take name.
Instructions
List the media/MIDI items on a track.
Each entry: {index, position_sec, length_sec, muted, take_name}. Item
index is 0-based within the track and is what the item tools expect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | 0-based track index | |
| response_format | No | 'markdown' for human-readable output or 'json' for machine-readable | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |