Skip to main content
Glama
i-m-arul

CricketStudio MCP

by i-m-arul

get_t20wc_player_profile

Retrieve a player's ICC Men's T20 World Cup career profile including batting and bowling aggregates, per-edition breakdowns, and phase splits using a kebab-case player slug.

Instructions

A player's ICC Men's T20 World Cup career profile: batting + bowling aggregates, per-edition breakdown, phase splits. Kebab-case slug e.g. 'v-kohli'. Use search_t20wc_players first if you don't have the slug. Men's tournament only — do NOT mix with WPL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
playerSlugYesKebab-case T20 WC player slug e.g. v-kohli
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses the scope (Men's T20 WC only) and what data is returned (batting/bowling aggregates, per-edition, phase splits). While it doesn't mention read-only or auth requirements, the context implies a safe retrieval operation. The description adds value beyond annotations (which are absent).

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: the first explains what the tool returns, the second provides parameter format and usage guidance. No redundant information; every sentence earns its place.

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 simplicity (1 parameter, no output schema), the description is adequate. It covers purpose, parameter usage, and scope restrictions. Minor omission: no mention of error behavior for invalid slugs, but not critical for 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?

The only parameter (playerSlug) has schema description 'Kebab-case T20 WC player slug e.g. v-kohli'. The description reinforces this format and adds the suggestion to use search_t20wc_players first. Schema coverage is 100%, so baseline is 3; the added usage advice justifies a 4.

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 the tool retrieves a player's ICC Men's T20 World Cup career profile, including batting and bowling aggregates, per-edition breakdown, and phase splits. It specifies the resource (player profile), scope (T20 WC), and differentiates from sibling tools like get_player_profile or get_wpl_player_profile.

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

Usage Guidelines5/5

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

Explicitly instructs to use a kebab-case slug (e.g., 'v-kohli'), recommends using search_t20wc_players first if the slug is unknown, and warns against mixing with WPL. This provides clear when-to-use and when-not-to-use guidance.

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