Skip to main content
Glama

Texas Holdem MCP Server

by freshlife001

action_bet

Place a bet in Texas Holdem poker games on the MCP server by specifying player ID, table ID, and bet amount to manage gameplay actions effectively.

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" }
Install Server

Other Tools from Texas Holdem MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/freshlife001/mcp_poker'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server