recall_memory
Query a shared memory system to retrieve relevant stored memories, with optional scope and limit parameters.
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. |