Read Note
read_noteRetrieve the full text of any note using its unique ID. Access stored note content directly from Apple Notes.
Instructions
Read the full content of a specific note by its ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Note ID (x-coredata:// format) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| body | Yes | ||
| plaintext | Yes | ||
| creationDate | Yes | ||
| modificationDate | Yes | ||
| folder | Yes | ||
| shared | Yes | ||
| passwordProtected | Yes |