bardo_note_get
Fetch a note's current full text and previews of its directly linked notes. Read large notes in bounded slices using offset and length parameters.
Instructions
Fetch one note's full text (always the current version — any id from this note's history still resolves here), plus a preview of its directly linked notes. Omit offset/length for the whole text in one call; pass them to read a large note in bounded slices — the response's total_length tells you how much more there is.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length | No | ||
| offset | No | ||
| note_id | Yes | ||
| links_limit | No | ||
| links_offset | No | ||
| session_token | No |