mem_timeline
Show chronological context around a specific observation, listing preceding and following entries. Use it to understand the sequence of events and locate related memories.
Instructions
Show chronological context around a specific observation. Bodies come back as a 400-character preview marked content_truncated; read one in full with mem_get_observation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Number of observations after the focus. | |
| before | No | Number of observations before the focus. | |
| project | No | Accepted for upstream schema compatibility; timeline is session-scoped. | |
| observation_id | Yes | Observation identifier at the center of the timeline. Also accepted as `id`, which is what the tools that fetch, pin or update one call it. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ||
| focus | No | ||
| before | No | ||
| after_total | No | ||
| before_total | No | How many of the session come before the focus, and how many after. `before` and `after` are capped by the window you asked for, so these say whether there is more on either side. | |
| session_info | No |