recall_memory
Retrieve user-specific memories relevant to a query, with optional scope filtering and result limits to recall the most recent or search specific contexts.
Instructions
Recall stored memories about the user relevant to a query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 5). | |
| query | No | What to recall. Empty returns the most recent. | |
| scope | No | Optional namespace to recall from, e.g. 'amir/greek'. Only memories saved into this scope are returned. Omit for the default namespace. |