Reveal Poker Task Tool
poker.game.task.revealReveals the cards of a task and computes its estimate from the votes cast — this is the only way an estimate appears, there is no way to set a number directly. Pass reveal=false to hide the cards again and drop the estimate, which also clears the votes for a re-vote. Only the team owner can change a game. Requires mcp:write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reveal | No | true (default) — reveal the cards and compute the estimate. false — hide them, clear the votes and the estimate. | |
| game_id | Yes | The ID of the poker game. | |
| task_id | Yes | The ID of the task to reveal. |