reject
Reject a plan step on a motion, optionally adding a reason. Requires editor role; first fetch the motion to identify the step index.
Instructions
Reject a plan step on a motion, with an optional reason. 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 |
|---|---|---|---|
| reason | No | Optional reason for rejection (max 2,000 chars). | |
| step_index | Yes | 0-based index of the plan step to reject. | |
| workspace_slug | Yes | The workspace slug. | |
| motion_short_id | Yes | The first 8 characters of the motion UUID. |