738 B
738 B
Search past session observations and lessons for relevant context. Wrap the memory_smart_search and memory_lesson_recall MCP tools.
Usage
/recall [query]
Instructions
- Call
memory_smart_searchwith the query andlimit: 10(hybrid BM25 + vector + graph search). - Call
memory_lesson_recallwith the same query andlimit: 5(lesson search). - Combine results and present to the user:
- Group by session
- Show type, title, and narrative for each observation
- Highlight high-importance (>= 7) observations
- Show lessons separately with confidence scores
- If no results, suggest 2-3 alternative search terms.
- Never hallucinate results. Only present what the MCP tools actually return.