Skip to main content
Glama
i-m-arul

CricketStudio MCP

by i-m-arul

get_wpl_leaderboard

Retrieve WPL leaderboard for batting or bowling stats, filtered by season and limited to top players.

Instructions

WPL (Women's Premier League) leaderboard for one aspect across all seasons or a filtered season. Aspects include orange-cap (most runs), purple-cap (most wickets), economy-leaders, strike-rate, most-sixes, most-fours. Call get_wpl_dataset_summary for the full aspect list. Sample-size floors enforced (≥30 balls faced, ≥15 balls bowled).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoDefault 20, max 100
aspectYesLeaderboard aspect slug e.g. orange-cap
seasonNoOptional season filter e.g. 2024/25
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses sample-size floors (≥30 balls faced, ≥15 balls bowled) which is good. However, it doesn't mention response format, pagination, or error handling. The schema's limit description (default 20, max 100) is sufficient, but the description adds no further behavioral context beyond the sample floor.

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?

Two sentences, no wasted words. First sentence gives purpose and examples; second sentence provides usage hint and constraint. Information is front-loaded and efficiently presented.

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

Completeness3/5

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

Given 3 parameters, no output schema, and no annotations, the description covers the core purpose and constraints (sample-size floors) but lacks details about the return value. For an agent, knowing what the response looks like (list of players with stats) would be beneficial. Points to another tool for aspect list, which helps 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 coverage is 100%, so baseline is 3. The description adds value by clarifying the scope (one aspect, filter by season) and mentioning the sample-size floor, which relates to the aspect parameter. This provides meaningful context beyond the schema descriptions.

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?

Clearly states it's for WPL leaderboard for one aspect across all or filtered season. Lists example aspects (orange-cap, purple-cap, etc.), which distinguishes it from other league-specific leaderboards. The naming aligns with sibling tools like get_ipl_leaderboard, making it clear when to select this tool.

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?

Provides explicit context: call get_wpl_dataset_summary for the full aspect list, and mentions sample-size floors. However, it does not explicitly state when not to use this tool versus alternatives like compare_players or other league leaderboards. The league-specific naming helps but lacks explicit exclusions.

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/i-m-arul/cricketstudio-mcp'

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