Skip to main content
Glama
0xAndoroid

poker-bankroll-tracker-mcp

by 0xAndoroid

get_stats

Read-only

Compute aggregate statistics from poker sessions: total profit, win rate, average session profit, total sessions, breakdowns by location/stakes/month. Filter by date, currency, type, or staking.

Instructions

Compute aggregate statistics from poker sessions: total profit, win rate, average session profit, total sessions, breakdowns by location/stakes/month.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNoEnd date (YYYY-MM-DD)
typeNoSession type: cashgame, tournament, payout, costs, casinogame, jackpot (comma-separated)
startNoStart date (YYYY-MM-DD)
stakingNoFilter by staking sessions
currencyNoCurrency filter: ISO codes (comma-separated)
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the safety profile is covered. The description adds no additional behavioral context beyond the aggregation logic described in the output list (e.g., grouping by location/stakes/month), which is more about output structure than side effects. No contradiction, but no extra transparency beyond annotations.

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?

This is a single sentence that front-loads the verb 'Compute' and immediately specifies the resource and outputs. The list of breakdowns is concise and useful, with no wasted words.

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 tool has no output schema and only a readOnly annotation, the description adequately explains what the tool returns (total profit, win rate, etc.) and the grouping dimensions. However, it omits default behavior when optional parameters are omitted (e.g., whether stats cover all time or all sessions), leaving a minor gap.

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

Parameters3/5

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

The input schema provides 100% description coverage for all five parameters, including date range, type, staking, and currency. The description does not add any detail about parameter formats or defaults beyond what the schema already gives, so it adds no incremental value here (baseline 3).

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 opens with 'Compute aggregate statistics from poker sessions,' a specific verb+resource that clearly distinguishes this from the sibling get_sessions tool, which presumably returns raw session data. It enumerates specific outputs (total profit, win rate, etc.), making the purpose unambiguous.

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

Usage Guidelines4/5

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

The description implies that this tool is for aggregate/statistical queries, contrasting with get_sessions for raw data, but it does not explicitly state when to use one versus the other or provide exclusions. The context is clear, but there is no direct mention of alternatives.

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/0xAndoroid/poker-bankroll-tracker-mcp'

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