memory_handoff
Get store stats and recent keys in one call for session start. Avoids separate stats, list, and get requests with a namespace-aware summary.
Instructions
Returns store stats + the most recently updated keys (optional values). Designed for session start: one call instead of stats+list+get fan-out. Namespace-aware.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | How many recent keys to include in the handoff brief. | |
| include_values | Yes | If true, include structured values (can be large). Default: keys + tags + timestamps only. |