Update Action Item Tool
retro.actions.updateUpdates an existing action item: text, priority, due date, or assignee. Requires mcp:write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | New due date in ISO 8601 format. | |
| text | No | New text for the action item. | |
| priority | No | New priority: high, medium, or low. | |
| assign_to | No | User ID to reassign to — call retro.team.members.list to get it — or "me" to assign to the current user. | |
| action_item_id | Yes | The ID of the action item to update. |