marker_get_all
Retrieve all markers and regions from a REAPER project, with an optional cap to avoid context overload. Prefer project_get_overview for a lightweight summary.
Instructions
Get all markers and regions. For just the region list plus a cheap project overview, prefer project_get_overview() instead.
Args:
max_results: Cap on returned markers/regions (default 500, hard
ceiling 5000, prevents context blow-up on a marker-heavy
project). truncated in the response says whether more exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_results | No |