get_table_state
Access a comprehensive snapshot of the current poker table state including player positions, chip counts, hole cards, and community cards to inform your decisions.
Instructions
Return the full current state summary for a table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pot | Yes | ||
| board | Yes | ||
| seats | Yes | ||
| street | Yes | ||
| hand_id | Yes | ||
| players | Yes | ||
| table_id | Yes | ||
| big_blind | Yes | ||
| hand_over | Yes | ||
| hero_seat | Yes | ||
| actor_seat | Yes | ||
| bot_profile | Yes | ||
| hand_number | Yes | ||
| small_blind | Yes | ||
| is_hero_turn | Yes | ||
| hero_hole_cards | Yes |