recall_insights
Recall chronicle insights using text search and date boundaries, including automatic recall of entries since your last reflection.
Instructions
Recall insights from chronicle. Supports date-bounded recall. For 'what has happened since I last looked up?', pass since_last_reflection=true — inhabitant syntax, preferred over raw dates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Text search across content and domain. Returns entries containing any query term (length >= 3). | |
| domain | No | ||
| limit | No | ||
| start_date | No | ISO8601 lower bound (inclusive). Accepts partial dates like '2026-04-10'. | |
| end_date | No | ISO8601 upper bound (inclusive). Accepts partial dates like '2026-04-14'. | |
| since_last_reflection | No | If true, start_date = timestamp of last reflection marker. Overrides start_date. |