backlog_recall
Recall short digest records of completed tasks and artifacts by querying episodic memories. Find what you finished recently about a topic or which artifacts belong to a project.
Instructions
Recall episodic memories — short digest records captured when tasks complete or artifacts are created. Distinct from backlog_search (which queries live entities). Use this to answer "what did I finish recently about X?" or "what artifacts live under FLDR-0001?" — the memories point back to entities via metadata.entity_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Free-text query (keyword or phrase). | |
| context | No | Optional scope — usually a parent_id like "FLDR-0001". Filters to memories captured with that entity as their context. | |
| tags | No | Filter by memory tags (any-match). e.g. ["artifact"] or ["task"]. | |
| layers | No | Restrict to specific memory layers. Default: ["episodic"] (only Phase 3 capture kind today). | |
| limit | No | Max results. Default: 10. |