recall
Search past decisions, facts, and constraints across all tasks to avoid re-deciding settled matters. Retrieve context entries ranked by relevance, with human-stated facts weighted highest.
Instructions
Search your decision-memory across ALL tasks — recall a prior decision, fact, or constraint without knowing which task recorded it. Returns the best-matching context entries (key, value, source, and the task they live on) ranked by relevance, with human-stated facts weighted highest. Use at the START of new work to avoid re-deciding something already settled. Lexical match for now (exact-ish terms beat paraphrases). Read-only; scoped to what you can read. Hosted API only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | What you're about to do or looking for, e.g. 'auth token expiry policy' or 'D1 migration approach' | |
| key | No | Restrict to a specific context key | |
| limit | No | Max results (default 20) | |
| source | No | Restrict to a provenance source | |
| project_id | No | Restrict to one project | |
| include_superseded | No | Include retracted/overwritten entries (default false) |