Create Poker Game Tool
poker.games.createCreates a planning poker game for a team and returns the link participants join with. Pick a ready-made scale — fibonacci, modified_fibonacci, tshirts, powers_of_two — or pass your own values in scale_values. Requires mcp:write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the game, for example the sprint it plans. | |
| scale | No | Estimation scale preset: fibonacci (default), modified_fibonacci, tshirts, powers_of_two. | |
| team_id | No | Team the game belongs to. Required when more than one team is available. | |
| scale_values | No | Custom scale, for example ["1","2","3","5","?"]. Overrides scale when given. |