recall_at
Retrieve the history of any topic up to a specific date to see how knowledge evolved. Understand why old code decisions were made by viewing entries stored before that date.
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 |
|---|---|---|---|
| date | Yes | ISO date string (e.g. "2026-01-15") — returns entries stored BEFORE this date | |
| topic | Yes | Topic slug to look up, e.g. "deploy:api" | |
| instance_id | Yes | UUID of the cache instance |