Recall search
recall_searchSearch stored memories in natural language to retrieve relevant documents and facts, grounding responses in known information.
Instructions
Search the user's memory in natural language. Returns the most relevant documents plus standalone facts distilled from their history. Use this first to ground any answer or action in what the user actually knows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum documents to return (default 8). | |
| query | Yes | What to look for, in natural language. | |
| container_tag | No | Namespace to search — one per user/agent. Omit to use the configured default. |