list_notes
Retrieve notes from Apple Notes, sorted by last modified, with optional folder filter. Returns ID, title, folder, and modification date.
Instructions
List notes in Apple Notes, most recently modified first. Optionally filter by folder name. Returns id, title, folder, and modification date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | No | Folder name to list notes from (e.g. 'Notes', 'Work') | |
| limit | No | Maximum number of notes to return (default 25) |