Reject Suggested Action Tool
retro.board.suggested_actions.rejectRejects a pending suggested action from retro.board.insights.list: the suggestion moves to rejected and no action item is created. Requires mcp:write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | The ID of the board the suggestion belongs to. | |
| suggested_action_id | Yes | The ID of the suggested action to reject, from suggested_actions in retro.board.insights.list. Only suggestions with status "pending" can be rejected. |