lesson_recall
Retrieve active lessons matching a keyword, ranked by confidence, to surface relevant patterns before beginning work on a known problem area.
Instructions
Search active lessons by keyword across content, context, and tags. Only lessons at or above min_confidence (default 0.2) are returned; lower-confidence lessons are archived and hidden. Updates the last_recalled timestamp on matched lessons (decay is driven by last_reinforced, not last_recalled). Returns results ranked by confidence score descending. Call at session start to surface relevant patterns before beginning work on a known problem area.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of lessons to return. Defaults to 10. | |
| query | Yes | Keyword or topic to filter lessons by content or context. | |
| min_confidence | No | Minimum confidence threshold, 0 to 1. Defaults to 0.2. |