mission_status
Check where an active mission stands: compact progress block by default, or the full checklist with every item's id and status when full=true. Use before deciding the mission is done.
Instructions
Where the active mission stands. Without arguments it is the same compact block every execute_plan with a mission_item_id already returns — goal, progress, the current item in full, the failures — so call it when you have lost the thread, not after every run. full=true prints the whole checklist instead: every item with its id and status, nothing elided. That is the view to ask for before deciding a mission is done, and the only one that grows with the list, which is why it is a separate call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |