recall_memories
Search stored memories using semantic queries to retrieve relevant context from past sessions, with results ranked by relevance, importance, and recency.
Instructions
Search stored memories using semantic search. Returns memories ranked by relevance, importance, and recency. Use this to find relevant context from past sessions.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | What to search for (natural language) | |
| scope | No | Filter by scope | all |
| limit | No | Max results | |
| memory_type | No | Filter by type | |
| category | No | Filter by category (e.g., "backend", "frontend", or any custom category) | |
| importance_min | No | Only return memories with importance >= this value | |
| tag | No | Filter by tag (e.g., "marketing-campaign") | |
| team_id | No | Optional override. Team memories are automatically included for team/enterprise users. | |
| context_type | No | Optional context type that shifts scoring weights. debugging = boost bug/pattern memories, planning = boost architecture/decision, reviewing = boost pattern/preference. | |
| synthesize | No | When true and 3+ results are found, returns an AI-synthesized summary combining all memories into a coherent answer. |