notes.get_note
Retrieve a note by ID, optionally including plaintext, body HTML, or attachments.
Instructions
Fetch a note with optional content and attachments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | Note identifier. | |
| include_plaintext | No | Include plaintext content. | |
| include_body_html | No | Include body HTML. | |
| include_attachments | No | Include attachments. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||