Create Action Item Tool
retro.actions.createCreates a new action item on a retrospective board. Requires mcp:write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | Due date in ISO 8601 format (e.g. 2025-03-15T00:00:00Z). | |
| text | Yes | The text of the action item. | |
| board_id | Yes | The ID of the board to create the action item on. | |
| priority | No | Priority: high, medium, or low. Default: medium. | |
| assign_to | No | User ID to assign the action item to — call retro.team.members.list to get it — or "me" to assign to the current user. |