mem_recall
Retrieve relevant memories using hybrid search across vectors, keywords, and knowledge graph. Filter by project, session, or type to find architecture decisions, bug fixes, and patterns.
Instructions
Primary retrieval tool. Runs fused hybrid recall across sentence vectors, chunk vectors, keyword FTS, and knowledge-graph enrichment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hyde | No | Request HyDE query expansion when configured | |
| mode | No | compact returns evidence lines; context includes retrieved text | |
| type | No | Optional observation type filter | |
| debug | No | Include retrieval defaults and semantic input sources | |
| limit | No | Maximum evidence items (default: 5) | |
| query | Yes | Recall/search query | |
| scope | No | Optional scope filter | |
| project | No | Optional project filter | |
| time_to | No | Optional inclusive created_at upper bound | |
| time_from | No | Optional inclusive created_at lower bound | |
| topic_key | No | Optional exact topic_key filter | |
| session_id | No | Optional session filter |