get_episode
Fetch the full stored text and metadata for a recall hit by providing its ID. Supports episode, memory, and summary entries.
Instructions
Fetch full stored text + metadata for one recall hit.
id is the string from a recall hit; its ep_/mem_/sum_ prefix selects
the kind (episode → the USER/ASSISTANT exchange; memory → body + path;
summary → a per-session digest written by reflect). ep_/mem_ ids are
stable across re-ingests and rebuilds; sum_ ids are ephemeral (pair
recall → get_episode within one session). Text capped at 8k chars with a
truncation marker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||