Recall Memories
recallSearch persistent memory by semantic meaning to retrieve past facts, context, or preferences.
Use when answering queries that benefit from prior user context, past decisions, or stored preferences. Performs vector search (semantic similarity) rather than simple keyword match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of memory items to return (default: 5, ceiling: 50). | |
| query | Yes | Search query describing the fact, context, or topic to find by semantic similarity. | |
| namespace | Yes | Storage namespace to search (e.g., 'user_123_pref', 'agent_project_alpha'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||