List Poker Tasks Tool
poker.game.tasks.listReturns the tasks of a poker game with their estimate, individual votes, tracker key and link. needs_sync tells whether the agreed estimate still differs from the one stored in the tracker — feed those tasks to poker.game.task.sync. Filter with estimated to see what is done or what is left.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many tasks to return. Default: 50, maximum: 100. | |
| game_id | Yes | The ID of the poker game. | |
| estimated | No | true — only tasks that already have an estimate, false — only tasks still to be estimated. Omit for all of them. |