memo_operational_state
Retrieve only open operational items (focus, handoffs, attention, conflicts, outcomes) with a per-section limit to conserve context when assessing current work state.
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 | |||