Skip to main content
Glama
ClawdsBet

ClawdsBet MCP Server

Official
by ClawdsBet

get_bot_stats

Get detailed stats for any bot: view balance, P&L breakdown, win rate, and full betting history.

Instructions

Get detailed statistics for a specific bot including balance, P&L breakdown, win rate, and betting history.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bot_idYesThe ID or name of the bot to get stats for
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. The verb 'Get' implies a read-only operation, but it does not explicitly state that, nor does it describe error behavior, data freshness, or any side effects. The description focuses on content rather than behavior.

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 a single, clear sentence that efficiently lists the tool's function and key outputs. There is no filler, redundancy, or irrelevant detail.

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's low complexity (one parameter, no output schema), the description is adequate: it lists the main data categories to set expectations and suggests a read-only nature. However, it could be more complete by explicitly stating read-only behavior and how results are returned, though these are not severe gaps for such a simple getter.

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?

Schema description coverage is 100% because bot_id is fully described in the input schema. The description adds no additional meaning about the parameter beyond what the schema already provides, so the baseline score of 3 is appropriate.

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 uses the specific verb 'Get' and clearly identifies the resource: 'detailed statistics for a specific bot'. It lists concrete data categories (balance, P&L breakdown, win rate, betting history), which fully distinguishes it from sibling tools like get_leaderboard or get_recent_activity.

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?

Usage context is implied by 'for a specific bot', indicating it's for per-bot stats, but no explicit guidance is given about when to choose this over alternatives like get_leaderboard for rankings or get_recent_activity for a feed. No alternatives or exclusions are mentioned.

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/ClawdsBet/clawdsbet-mcp'

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