Read Note
read_noteRetrieve the full content of a note using its ID. Returns both HTML body and plaintext format.
Instructions
Read the full content of a specific note by its ID. Returns HTML body and plaintext.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Note ID (x-coredata:// format) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | Yes | ||
| name | Yes | ||
| folder | Yes | ||
| shared | Yes | ||
| plaintext | Yes | ||
| creationDate | Yes | ||
| modificationDate | Yes | ||
| passwordProtected | Yes |