memory_recall
Replay recent or important memories from a namespace without a query, giving a chronological feed to load context for a new chat session.
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 |