join_table
Enable AI agents to join a Texas Holdem poker table by specifying player and table IDs using this MCP server tool for seamless game participation.
Instructions
Join a poker table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
player_id | Yes | ||
table_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"player_id": {
"type": "string"
},
"table_id": {
"type": "string"
}
},
"required": [
"player_id",
"table_id"
],
"type": "object"
}