recall
Search stored memories for relevant information on past user context, preferences, or shared facts to answer queries when users refer to them.
Instructions
Search long-term memory for information relevant to a query.
Read-only, fully local semantic search. Call this before answering when the
user refers to past context, preferences, or previously-shared facts.
Args:
query: What to look for (a question or topic).
limit: Max memories to return (1-50, default 5).
user_id: Namespace to search (default "default").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| user_id | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |