Recall past experience
recallCheck if a problem or similar issue was solved before, using exact error signals or semantic search. Return ranked fixes, avoid-lists, and confidence scores to avoid repeating past mistakes.
Instructions
Check whether this problem (or a similar one) has been solved before. Call BEFORE investigating. Returns ranked hits with fix, avoid-list and confidence. Exact error text in signals enables deterministic matching; semantic + lexical search catches near matches. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kinds | No | Restrict to 'episode' or 'rule' records | |
| limit | No | Max hits (default 5) | |
| context | No | Tags: language, framework, tool, OS | |
| problem | Yes | One-line generic description of the problem | |
| signals | No | Exact error messages, failing commands, symptoms | |
| min_score | No | Drop non-exact hits below this score (default 0.35) |