Memory Timeline
timelineFetch observations before and after an anchor ID or search query to view local chronological context. Set depth_before and depth_after to control how many entries appear around the center point.
Instructions
Read-only. Return a JSON array of observations before and after one center point; provide anchor or query, and anchor takes precedence when both are set. depth_before and depth_after default to 5, and project limits both anchor lookup and results. Use this for local chronological context around an observation; use timeline_report for an aggregated project report, search for curated memories, or current_state for a stable fact. Missing anchors/queries, no query match, or database failures return a tool error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search query to find anchor | |
| anchor | No | Anchor observation ID | |
| project | No | Project name filter | |
| depth_after | No | Observations after anchor (default 5) | |
| depth_before | No | Observations before anchor (default 5) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| observations | Yes |