Texas Holdem MCP Server

by freshlife001
Verified

action_bet

Place bets in Texas Holdem poker games using specified player and table IDs, enabling precise wager amounts for AI-driven gameplay on the MCP server.

Instructions

do action bet

Input Schema

NameRequiredDescriptionDefault
amountYes
player_idYes
table_idYes

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from Texas Holdem MCP Server

Related Tools

ID: zu05b54ubz