memory_read
Read a full memory note by permalink, id, or title, optionally including linked notes up to 3 hops deep. Use after search to get complete content and context.
Instructions
Read one memory note in full by permalink, id or exact title. It is the only tool that returns a note's body; depth 1 to 3 adds the notes linked to it, as digests. Use after memory_search or a claim's brief names the note; to find notes use memory_search. not_found if there is none.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | A permalink, an id, or an exact title. | |
| agent | Yes | Your stable agent name. | |
| depth | No | How many relation hops of related notes to include, 0 to 3. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | The whole note, body included: id, permalink, title, kind, body, observations, relations, paths, tags, author, updated_by, created_at, updated_at. | |
| status | Yes | ok. not_found: no such note. invalid: depth above 3. | |
| message | No | Human-readable detail, on most outcomes other than ok. | |
| related | No | With depth above 0, at most 20 linked notes as digests: permalink, title, kind, paths, tags, updated_at, and a 160-character excerpt. |