Get launch status
get_launch_statusVerify each step's completion status in a launch plan by re-evaluating against actual provider state, then identify the single next action to take. Resumable across sessions.
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 |