read_memory
Fetch the full memory content by ID when a search returns a snippet, providing complete context for decisions and rationale stored in product memory.
Instructions
The FULL body of one memory, by the id a search hit returned.
The counterpart to snippet results: search gives you the passage that matched and enough to choose from, this gives you the whole note once you have chosen. Returns None when the id is unknown, which is the honest answer for a stale id from an older session rather than a guess at the nearest match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |