timeline
Retrieve chronologically adjacent events around a memory anchor to establish causality before fetching full content.
Instructions
Phase 6G middle drill-down: return chronologically adjacent events (±limit entries, hard cap ±max_hours) around an anchor memory ID, scoped to the same project. Each entry: id, created_at, type, title, narrative_1l, same_session. USE THIS AFTER search() identifies a promising hit, BEFORE get_memories(), to establish causality without paying for full content. ~60 tokens/entry. PARAMS: anchor_id (required); limit (1-50, default 10); direction ('before'|'after'|'both', default 'both'); max_hours (>0, ≤72, default 2.0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| anchor_id | Yes | ||
| limit | No | ||
| direction | No | both | |
| max_hours | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |