apple_notes_list
Retrieve notes from Apple Notes with title, snippet, folder name, and dates. Supports pagination via limit and offset parameters.
Instructions
List notes with title, snippet, folder name, and dates. Returns a paginated JSON array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max notes to return (default 20) | |
| offset | No | Number of notes to skip (default 0) |