approve
Approve a plan step on a motion by providing the workspace slug, motion short ID, and the 0-based step index. Requires editor role; use get_motion to identify the step.
Instructions
Approve a plan step on a motion. Requires editor role on the motion. Use get_motion first to see the plan and identify the step_index (0-based).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| step_index | Yes | 0-based index of the plan step to approve. | |
| workspace_slug | Yes | The workspace slug. | |
| motion_short_id | Yes | The first 8 characters of the motion UUID. |