notes_get
Retrieve the full content of an Apple Note, including plaintext and HTML body, using its title or unique ID.
Instructions
Read a full Apple Note, including plaintext and HTML body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Exact note title. Use with accountName/folderName when noteId is unknown. | |
| noteId | No | Stable Apple Notes note ID. Prefer this over title. | |
| folderName | No | Folder name used to disambiguate title lookup. | |
| accountName | No | Account name used to disambiguate title lookup. |