memory_context
Retrieve a complete memory context dump with top entities, recent observations, and preferences to understand known user information at conversation start. Each read is logged as a signed receipt for auditability.
Instructions
Get a complete context dump of all stored memories — top entities, recent observations, active relationships, and preferences. Call this at the start of a conversation to understand what is already known about the user, their projects, and their preferences. Every context pull is logged as a signed receipt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Filter memories by scope (default: returns all accessible scopes) | |
| max_entities | No | Maximum entities to return, ordered by activity (default: 10, max: 50) | |
| max_observations | No | Maximum recent observations to return (default: 20, max: 100) | |
| audited | No | Create a signed receipt for this read operation (default: false) |