Promote Suggested Action Tool
retro.board.suggested_actions.promoteTurns a pending suggested action from retro.board.insights.list into a real action item on the board and marks the suggestion accepted, keeping the wording and the link to its cluster. Requires mcp:write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | The ID of the board the suggestion belongs to. | |
| 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. | |
| suggested_action_id | Yes | The ID of the suggested action to promote, from suggested_actions in retro.board.insights.list. Only suggestions with status "pending" can be promoted. |