Texas Holdem MCP Server

by freshlife001
Verified

join_table

Add a player to a Texas Holdem poker game by specifying their ID and the table ID using this MCP server tool. Enables AI agents to participate in poker competitions.

Instructions

Join 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