memo_operational_state
Retrieve a read-only snapshot of open focus items, handoffs, attention items, conflicts, and outcomes to see what still needs human triage, with optional limits and closed history.
Instructions
Read current focus, handoffs, attention items, conflicts, and outcomes.
Read-only snapshot of the operational journal's current state. Returns
only what is still open unless include_closed is set, and only the
newest limit entries per section — open items awaiting human triage
accumulate faster than they settle, so an unbounded snapshot eventually
costs more context than the memories it describes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Newest items to return per section (conflicts, handoffs, attention, outcomes, signals). True totals come back under `counts`. | |
| project | No | Project tag to scope the state to; None returns every project. | |
| include_closed | No | Also return settled history: resolved conflicts, consumed handoffs, and acknowledged attention items. Off by default — that history only grows and can exceed the response budget. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||