Read Orchestrator context
read_orchestrator_contextReads UnClick Orchestrator continuity to interpret a saved turn before acting. Use after save_conversation_turn to avoid guessing cue types.
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
TableJSON 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. |