nmem_situation
Retrieve a one-shot snapshot of the current working situation—active task, recent decisions, blockers, and gaps—to resume sessions without multiple recall calls.
Instructions
One-shot snapshot of the current working situation: active session task, top 3 recent decisions, open blockers, gap detection. Replaces nmem_recap + multiple nmem_recall calls when resuming a session. Pure read — never mutates state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| compact | No | Return compact response (strip metadata hints, truncate lists). Saves 60-80% tokens. | |
| token_budget | No | Max tokens for response. Progressively strips content to fit budget. |