recall_episode
Retrieve the full contents of a past episode — all memories in order, plus the summary.
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
id | number | Yes | Episode ID |
Return Value
Section titled “Return Value”Returns the episode title, summary, and all memories stored during the episode in chronological order.
Examples
Section titled “Examples”Recall an episode
Section titled “Recall an episode”{ "id": 5}- Use
list_episodesfirst to find the right episode ID - The summary (from
end_episode) is typically the most useful part - Individual memories within the episode are returned in chronological order
Related Tools
Section titled “Related Tools”- list_episodes — Find episodes to recall
- begin_episode — Start new episodes
- end_episode — End with a summary