memory_recall
Recall relevant memories by querying with filters like mood, tags, date, and type, boosting results by matching emotional state or context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mood | No | Current mood - boosts recall of memories encoded in similar emotional state | |
| tags | No | Only return episodic memories with these tags | |
| after | No | Only return memories created after this ISO date | |
| limit | No | Max results (default 10) | |
| query | Yes | Search query to match against memories | |
| scope | No | agent restricts recall to this MCP server agent identity. shared searches the whole store. Defaults to shared for backward compatibility. | |
| types | No | Memory types to search | |
| before | No | Only return memories created before this ISO date | |
| context | No | Retrieval context - memories encoded in matching context get boosted | |
| sources | No | Only return episodic memories from these sources | |
| retrieval | No | Retrieval strategy. hybrid is the default (vector + FTS/BM25 fusion); vector bypasses FTS for lower latency but loses lexical exact-match signal. | |
| min_confidence | No | Minimum confidence threshold |