Read Note
read_noteRetrieve the complete content of an iCloud note by specifying its exact title. Returns the first match if multiple notes share the title.
Instructions
Reads the full body of a note by exact title. If multiple notes share that title, the first match is returned, use list_notes to disambiguate by id if needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Exact title of the note to read. | |
| account | No | Account name. Defaults to "iCloud". |