midi_get_notes
Retrieve the notes contained in a MIDI item, with configurable result caps to control response size.
Instructions
Get notes in a MIDI item (capped at max_results to limit context size).
Args: item_index: MIDI item index. max_results: Max notes to return (default 500, hard ceiling 10000). Use midi_count_events for total count first if unsure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_index | Yes | ||
| max_results | No |