reaper_list_markers
List all project markers and regions with position, name, and ID to identify and manage them.
Instructions
List all project markers and regions.
Each entry: {index, is_region, position_sec, region_end_sec, name, id}.
id is the marker/region's displayed number — pass it to delete/goto tools.
Known limitation: name may come back empty even when a marker has a name.
REAPER's Python ReaScript build does not marshal the name out-parameter of
EnumProjectMarkers, so names set via reaper_add_marker/reaper_add_region show
in Reaper's UI but can't be read back here. Identify markers by position/id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | 'markdown' for human-readable output or 'json' for machine-readable | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |