List Notes
list_notesRetrieve note titles and IDs from your iCloud Notes account. Optionally limit results to a specific folder.
Instructions
Lists note titles (and internal ids) in an account, optionally limited to one folder. Does not return note bodies, use read_note for that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of notes to return. Defaults to 100. | |
| folder | No | Folder name to limit results to. Omit to list every note in the account. | |
| account | No | Account name. Defaults to "iCloud". |