Get launch status
get_launch_statusCheck the real status of each step in a launch plan: done, pending, blocked-on-approval, or failed, and get the single next action. Completion is verified against actual system state.
Instructions
Load a launch plan and report done / pending / blocked-on-approval / failed per step plus THE single next action. Completion is verified, not self-reported: every step's reality check is re-evaluated against provider/local state (reads only, audited), so a crashed session cannot leave phantom done marks. Resumable across sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_id | Yes | Launch plan id (launch_*) from create_launch_plan |