memory_recall
Recall recent or important memories from a namespace to load context at the start of a chat or when a reminder is needed. Supports ordering by recency or importance.
Instructions
Replay recent or important memories from a namespace, without a query.
When to use:
At the start of a new chat — to load recent context.
The user says "what have we been working on" / "remind me".
You want a chronological feed rather than a search match.
When NOT to use:
The user has a specific question → use memory_search.
You already have the id → use memory_get.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| order | No | recency | |
| since | No | Only return memories with occurred_at >= since. | |
| cursor | No | Opaque cursor from a previous recall response, for pagination. | |
| namespace | No | default |