get
Retrieve a complete memory record by its unique ID, providing all fields instead of brief snippets. Use this to access full details for a specific memory when you know its ID, and receive an empty response if the ID is not found.
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 |