Texas Holdem MCP Server

by freshlife001
Verified

get_table_status

Retrieve the real-time status of a Texas Holdem poker table by specifying the player and table IDs. Useful for monitoring game progress and making informed decisions during play.

Instructions

Get the current status of a poker table

Input Schema

NameRequiredDescriptionDefault
player_idYes
table_idYes

Input Schema (JSON Schema)

{ "properties": { "player_id": { "type": "string" }, "table_id": { "type": "string" } }, "required": [ "player_id", "table_id" ], "type": "object" }

You must be authenticated.

Other Tools from Texas Holdem MCP Server

Related Tools

ID: zu05b54ubz