Get launch status
get_launch_statusCheck launch plan progress: get verified per-step status (done, pending, blocked, failed) and the single next action by re-evaluating each step against live provider state, eliminating phantom completions.
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 |