Skip to main content
Glama
vedsmehta

poker-mcp

by vedsmehta

submit_action

Submit your action (fold, check, call, bet, raise) at a poker table and let bots auto-play until your next decision.

Instructions

Submit the hero's action, then auto-advance bots to the next decision.

Args: table_id: Target table id. action: One of 'fold', 'check', 'call', 'bet', 'raise'. amount: Total chips to bet/raise to (required for bet/raise).

After applying the action, bots play out until it is the hero's turn again or the current hand ends (a fresh hand is then dealt).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
amountNo
table_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
potYes
boardYes
seatsYes
streetYes
hand_idYes
playersYes
table_idYes
big_blindYes
hand_overYes
hero_seatYes
actor_seatYes
bot_profileYes
hand_numberYes
small_blindYes
is_hero_turnYes
hero_hole_cardsYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full burden. It discloses that after submission, bots play out until the hero's turn again or hand ends. It lists valid actions and clarifies that 'amount' is required for bet/raise, which adds important behavioral context beyond the schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise: one sentence for purpose, then an 'Args:' list. Every sentence provides necessary information without redundancy. The structure is front-loaded and easy to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the presence of an output schema (not shown but indicated), the description need not detail return values. It covers the core functionality and the auto-advance behavior. However, it doesn't explicitly state that the tool is only valid when it's the hero's turn, which would enhance completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It explains 'table_id' as target table, 'action' with the list of options, and 'amount' as 'total chips to bet/raise to' clarifying semantics (not increment). This adds significant meaning beyond the schema's type definitions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Submit the hero's action, then auto-advance bots to the next decision,' which specifies both the verb and resource. It distinguishes this tool from siblings like 'autoplay_bots' (auto-plays all) and 'advise' (gives suggestions) by focusing on submitting a specific action for the hero.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains the action submission and subsequent auto-advance but does not explicitly state when to use this tool versus alternatives like 'autoplay_bots' or 'get_pending_actions'. It provides context but lacks clear when-not-to-use guidelines.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/vedsmehta/poker-mcp'

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