get_note
Retrieves a note's content and etag by ID. The etag enables conditional updates when passed to update_note.
Instructions
Fetch one note including its content and etag. Pass the etag to update_note to make the write conditional on nothing else having changed the note first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| exclude | No |