get
Retrieve a specific memory's complete record by ID, including untruncated text and all fields. Use to access full details for one memory without loading all records into context.
Instructions
Fetch ONE memory's FULL record by id (complete untruncated text + all fields). The companion to recall's progressive-disclosure default: recall returns compact snippets + ids cheaply; call get(id) only for the few memories you actually need in full, instead of paying to dump every full record into context. Returns {} if the id is unknown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |