Read Orchestrator context
read_orchestrator_contextReads current orchestrator continuity so a seat can interpret a freshly saved turn before deciding the next action. Required after save_conversation_turn.
Instructions
Reads current UnClick Orchestrator continuity so a seat can interpret a freshly saved turn before acting. Use immediately after save_conversation_turn in the required Log -> Read -> Decide -> Reply -> Log reply gate. If this read fails, say CONTEXT_UNREAD or UNTETHERED instead of guessing whether a phrase is a test cue, real request, blocker, proof, or status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Optional search text from the saved turn. Do not include secrets. | |
| limit | No | Maximum events to read. | |
| compact | No | Return compact source summaries by default. | |
| max_summaries | No | Maximum compact summaries to return when compact mode is on. | |
| include_raw | No | Include raw fields when explicitly needed. |