get_note
Read the full content of any Apple Note by providing its id or exact title. Returns the complete note body for analysis or display.
Instructions
Read the full content of an Apple Note by its id (preferred, from list_notes/search_notes) or exact title.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Note id from list_notes/search_notes (short, e.g. 'p634', or full x-coredata URL) | |
| title | No | Exact note title (used if id not given) | |
| max_chars | No | Max body characters to return (default 10000); raise for long notes |