recall
Search persistent memory using semantic and emotional relevance ranking to retrieve stored facts, decisions, and preferences. Returns results sorted by relevance, recency, and emotional resonance.
Instructions
Search persistent memory using semantic + emotional relevance ranking. Returns memories sorted by relevance, recency, and emotional resonance. Searches current project + global memories by default. Use to retrieve previously stored facts, decisions, preferences, or context. Behavior: performs hybrid retrieval (vector similarity + full-text + emotional resonance), applies spaced activation recall (SAR) filtering, returns ranked results with content, type, importance, and relevance score.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | What you want to recall, in natural language. Example: "what database did we choose for the auth service", "user preferences for code style", "last architecture decision" | |
| limit | No | Maximum number of memories to return. Default: 10, max: 50. Use lower values (3-5) for focused recall, higher for comprehensive search. | |
| projectId | No | Search specific project scope. Default: current project + global. projectId="all" requires admin:cross_project scope. Use a specific project ID to search only that project. |