update_motion
Modify a motion's summary, body, priority, or plan. Change only the fields you specify; for plan updates, provide the complete list of steps.
Instructions
Update a motion's summary, body, priority, or plan. All fields are optional — only include the ones you want to change. For plan updates, provide the full list of steps (use get_motion first to see the current plan, then modify and send it back).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | New body in markdown (1-50,000 chars). Optional. | |
| plan | No | Full replacement plan — array of step objects. Each step: {content, status, assignees?, approval?, approved_by?}. Optional. | |
| summary | No | New summary (1-500 chars). Optional. | |
| priority | No | New priority. Optional. | |
| workspace_slug | Yes | The workspace slug. | |
| motion_short_id | Yes | The first 8 characters of the motion UUID. |