briefing
Retrieve a structured context summary for a memory space to restore user profile, recent episodes, key facts, and foresights at the start of a new session.
Instructions
Get a structured context briefing for a memory space. Call this at the start of a new session to restore high-value context quickly. Returns: user profile, recent episodes, key facts, and foresights. When formal profile memories are unavailable, briefing may surface explicit fallback metadata and label it as such. This is the fastest way to catch up on the most important currently available context in a space.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | No | Optional user ID to filter memories. Defaults to the MCP client's identity. | |
| end_time | No | ISO 8601 end time for filtering (naive values default to UTC) | |
| space_id | Yes | Memory space to summarise | |
| max_items | No | Max items per section | |
| start_time | No | ISO 8601 start time for filtering (naive values default to UTC) |