leave_table
Use this tool to exit a poker table on the Texas Holdem MCP Server by specifying the player ID and table ID to remove a player from the game.
Instructions
Leave 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"
}