get_session_context
Retrieve the current session's working context, including briefing and facts, to maintain continuity across interactions.
Instructions
At the start of every conversation, before answering, call get_session_context unless you already loaded the memory://briefing resource. That call returns the same working briefing the resource would have injected. Tools-only clients never fetch resources.
Also returns facts captured in this session that have not been consolidated yet. Call it before re-capturing a fact you may have already stored this session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | No | Session to query. Omit for the current session. |