recall_at
Retrieve the historical state of a topic before a specified date. See how knowledge evolved over time, explaining past decisions.
Instructions
Brain Archaeology — see what a lesson looked like at a specific point in time. "What did we know about deployments 3 months ago?" Returns the history of a topic filtered to entries before the given date. Shows how the lesson evolved: failure → partial → success. Also useful to understand WHY old code decisions were made.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | UUID of the cache instance | |
| topic | Yes | Topic slug to look up, e.g. "deploy:api" | |
| date | Yes | ISO date string (e.g. "2026-01-15") — returns entries stored BEFORE this date |