Skip to main content
Glama
tarun7r

cricket-mcp-server

by tarun7r

Server Quality Checklist

75%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v1.0.0

  • Disambiguation4/5

    Most tools have distinct purposes (news, schedule, rankings, live matches, match details, player stats), but there is some overlap between get_live_commentary and search_live_commentary which could cause confusion. The web_search tool also overlaps with other tools but serves as a general fallback.

    Naming Consistency5/5

    All tools follow a consistent snake_case naming pattern with a clear verb_noun structure (e.g., get_cricket_news, get_icc_rankings). The naming is predictable and easy to understand across all nine tools.

    Tool Count5/5

    Nine tools is well-scoped for a cricket information server, covering key areas like news, schedules, rankings, live matches, details, player stats, and search. Each tool serves a specific function without being excessive or insufficient for the domain.

    Completeness4/5

    The tool set provides comprehensive coverage for cricket data retrieval, including news, schedules, rankings, live updates, match details, and player stats. A minor gap is the lack of historical data tools (e.g., past match archives or historical rankings), but core workflows are well-supported.

  • Average 3.7/5 across 9 of 9 tools scored. Lowest: 2.9/5.

    See the Tool Scores section below for per-tool breakdowns.

    • 0 of 1 community issues answered or closed in the last 6 months
    • 0 commits in the last 12 weeks
    • No stable releases found
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI status not available
  • This repository is licensed under MIT License.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • Add a glama.json file to provide metadata about your server.

  • If you are the author, simply .

    If the server belongs to an organization, first add glama.json to the root of your repository:

    {
      "$schema": "https://glama.ai/mcp/schemas/server.json",
      "maintainers": [
        "your-github-username"
      ]
    }

    Then . Browse examples.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • Behavior2/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 of behavioral disclosure. It states the tool performs a web search and returns results, but it doesn't cover critical aspects like whether it's read-only (implied by 'search' but not explicit), rate limits, authentication needs, or what happens with partial/no inputs. For a search tool with zero annotation coverage, this leaves significant gaps in understanding its behavior.

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

    Conciseness4/5

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

    The description is well-structured and appropriately sized, with a clear purpose statement followed by separate 'Args' and 'Returns' sections. Every sentence adds value, and there's no redundant information. It could be slightly more concise by integrating the sections more fluidly, but overall it's efficient and front-loaded.

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

    Completeness2/5

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

    Given the complexity of a search tool with 3 parameters, 0% schema description coverage, no annotations, and no output schema, the description is incomplete. It covers the basic purpose and parameters but lacks behavioral details, usage guidelines, and output specifics (e.g., result format, error handling). For a tool that interacts with web data, this leaves too many unknowns for reliable agent invocation.

    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 description includes an 'Args' section that lists three optional parameters with brief examples (e.g., 'Zimbabwe vs New Zealand 2nd Test'), adding meaning beyond the input schema, which has 0% description coverage. However, it doesn't fully compensate for the schema gap—it lacks details on parameter interactions, format constraints, or how searches work with multiple/partial inputs. With 3 parameters at 0% schema coverage, the description provides basic but incomplete semantic context.

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

    Purpose4/5

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

    The description clearly states the tool's purpose: 'Search for live commentary and updates for cricket matches on the web.' It specifies the verb ('search'), resource ('live commentary and updates'), and domain ('cricket matches on the web'), making it easy to understand. However, it doesn't explicitly differentiate from sibling tools like 'get_live_commentary' or 'web_search', which prevents a perfect score.

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

    Usage Guidelines2/5

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

    The description provides no guidance on when to use this tool versus alternatives. It doesn't mention sibling tools like 'get_live_commentary' (which might fetch commentary directly without web search) or 'web_search' (a general search tool), nor does it specify prerequisites or exclusions. Usage is implied by the purpose but lacks explicit context.

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

  • 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. It states the tool returns a list of news details, which is helpful, but lacks critical information such as whether it's a read-only operation, potential rate limits, authentication needs, or data freshness (e.g., how 'latest' is defined). This leaves significant gaps in understanding the tool's behavior beyond basic output.

    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 front-loaded with the core purpose in the first sentence, followed by a clear 'Returns:' section detailing the output structure. Every sentence adds value: the first explains what the tool does, and the second specifies the return format. There is no wasted text, making it efficient and well-structured.

    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 the tool's low complexity (0 parameters, no annotations, no output schema), the description is minimally complete. It explains the purpose and return format, which is adequate for a simple read operation. However, it lacks context on behavioral aspects like data sources or limitations, which could be important for an agent to use it effectively, especially without annotations to fill those gaps.

    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 input schema has 0 parameters with 100% coverage, so no parameter documentation is needed. The description appropriately doesn't discuss parameters, focusing instead on the return value. This meets the baseline for tools with no parameters, as it doesn't add unnecessary information beyond what the schema provides.

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

    Purpose4/5

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

    The description clearly states the verb 'Get' and the resource 'latest cricket news from Cricbuzz', making the purpose specific and understandable. However, it doesn't explicitly differentiate from sibling tools like 'get_cricket_schedule' or 'web_search', which could also provide cricket-related information but through different mechanisms or sources.

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

    Usage Guidelines2/5

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

    The description provides no guidance on when to use this tool versus alternatives. It doesn't mention sibling tools like 'get_cricket_schedule' for schedules or 'web_search' for broader searches, leaving the agent without context for tool selection. The only implied usage is for retrieving cricket news, but no exclusions or comparisons are provided.

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

  • Behavior3/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. It describes the return format (list of dictionaries with match description and URL) and provides an example, which is helpful. However, it doesn't mention important behavioral aspects like whether this requires authentication, rate limits, or how frequently the data updates.

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

    Conciseness4/5

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

    The description is efficiently structured with a clear purpose statement followed by return format details and an example. Every sentence adds value, though the example could be slightly more concise.

    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?

    For a parameterless tool with no annotations and no output schema, the description provides adequate information about what the tool returns. However, it lacks context about data freshness, potential limitations, or how it differs from sibling tools, leaving some gaps in understanding when and how to use it effectively.

    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?

    Since there are 0 parameters (schema coverage is 100%), the baseline score is 4. The description appropriately doesn't discuss parameters, focusing instead on the return value, which is correct for a parameterless tool.

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

    Purpose4/5

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

    The description clearly states the action ('Get live cricket matches') and source ('from Cricbuzz'), providing a specific verb+resource combination. However, it doesn't explicitly differentiate from sibling tools like 'get_match_details' or 'get_cricket_schedule', which might also involve match information.

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

    Usage Guidelines2/5

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

    The description provides no guidance on when to use this tool versus alternatives like 'get_match_details' for specific matches or 'get_cricket_schedule' for upcoming matches. It simply states what the tool does without context about appropriate use cases.

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

  • Behavior3/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 of behavioral disclosure. It states the tool fetches data from Cricbuzz and returns a list of match dictionaries, which covers basic functionality. However, it lacks details on rate limits, error handling, authentication needs, or data freshness, leaving gaps in behavioral understanding for a tool with external dependencies.

    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 front-loaded with the core purpose in the first sentence, followed by a clear returns section. Every sentence adds value: the first defines the action, and the second specifies the output format. There is no wasted text, making it highly efficient and well-structured.

    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 the tool's simplicity (0 parameters, no output schema, no annotations), the description is minimally adequate. It explains what the tool does and the return format, but lacks context on data sources, limitations, or error cases. For a tool fetching external data, more completeness (e.g., noting it's read-only, or potential delays) would be beneficial.

    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 tool has 0 parameters, and schema description coverage is 100% (though empty). The description doesn't need to add parameter semantics, so it meets the baseline of 4 for zero-parameter tools. It appropriately focuses on output behavior instead.

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

    Purpose4/5

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

    The description clearly states the tool's purpose: 'Get upcoming cricket match schedule from Cricbuzz.' It specifies the verb ('Get'), resource ('upcoming cricket match schedule'), and source ('Cricbuzz'). However, it doesn't explicitly differentiate from sibling tools like 'get_live_matches' or 'get_match_details' beyond the 'upcoming' qualifier, which is why it doesn't reach a score of 5.

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

    Usage Guidelines2/5

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

    The description provides no guidance on when to use this tool versus alternatives. It doesn't mention sibling tools like 'get_live_matches' (for current matches) or 'get_match_details' (for specific match info), nor does it specify any prerequisites or exclusions. The agent must infer usage from the 'upcoming' keyword alone, which is insufficient for clear differentiation.

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

  • Behavior3/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 that it returns 'links with titles and snippets' and mentions 'max ~10 typical' for results, which adds useful context about output format and limitations. However, it doesn't cover important behavioral aspects like rate limits, authentication needs, or error conditions.

    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 well-structured with clear sections (purpose, args, returns), front-loaded with the main purpose, and every sentence adds value. No wasted words while maintaining completeness for the tool's complexity.

    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 3 parameters with 0% schema coverage and no output schema, the description does a good job explaining parameters and return format. It could be more complete by addressing when to use versus siblings and more behavioral details, but it covers the essential aspects adequately for this search tool.

    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 provides clear semantic explanations for all 3 parameters: 'query' as search query, 'num_results' with typical max, and 'site_filter' with syntax example. This adds substantial value beyond the bare schema, though it could elaborate more on parameter interactions.

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

    Purpose4/5

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

    The description clearly states 'General web search for cricket-related queries' with specific verb ('search') and resource ('web'), and mentions it returns 'links with titles and snippets'. However, it doesn't explicitly differentiate from sibling tools like 'search_live_commentary' or 'get_cricket_news', which might also involve searching cricket content.

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

    Usage Guidelines2/5

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

    The description provides no guidance on when to use this tool versus alternatives like 'search_live_commentary' or 'get_cricket_news'. It mentions it's for 'cricket-related queries' but doesn't specify scenarios where web search is preferred over the more specialized sibling tools.

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

  • Behavior2/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 of behavioral disclosure. It mentions that the tool returns recent commentary events and handles URL resolution automatically, but lacks details on permissions, rate limits, error handling, or whether it's read-only. For a tool with no annotations, this leaves significant behavioral gaps.

    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 front-loaded with the core purpose, followed by structured Args and Returns sections. Every sentence earns its place by providing essential information without redundancy, making it highly efficient and well-organized.

    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 no annotations, 0% schema coverage, and no output schema, the description does a decent job explaining parameters and return structure. However, it lacks details on behavioral aspects like error cases or operational constraints, which are important for a tool interacting with external data. It's adequate but has clear gaps in 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 adds meaningful semantics: match_url is explained as a Cricbuzz URL where the commentary tab is resolved automatically, and limit specifies the maximum number of recent items. This clarifies beyond the schema's basic types, though it doesn't cover all potential nuances like URL format constraints.

    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 the specific action ('Get recent live commentary events') and resource ('for a Cricbuzz match'), distinguishing it from siblings like get_match_details or get_live_matches. It precisely identifies what the tool retrieves without being vague or tautological.

    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 provides clear context for when to use this tool—for live commentary events on Cricbuzz matches. It implicitly distinguishes from siblings like get_cricket_news or get_player_stats by focusing on commentary. However, it does not explicitly state when not to use it or name alternatives like search_live_commentary for more specific queries.

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

  • 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 key behavioral traits: it fetches data from Cricbuzz, returns comprehensive stats in a dictionary format, and explains how the optional match_format parameter affects output (returns all stats if not provided, format-specific if specified). It does not mention rate limits, authentication needs, or error handling, but covers core functionality adequately.

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

    Conciseness4/5

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

    The description is well-structured with a clear purpose statement, Args section, and Returns section. It is appropriately sized and front-loaded, with every sentence adding value. It could be slightly more concise by integrating the optional parameter effect into the Args section, but overall it is efficient.

    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 no annotations, 0% schema coverage, and no output schema, the description provides good completeness. It covers purpose, parameters, return format, and data source. It lacks details on error cases, rate limits, or authentication, but for a read-only data-fetching tool, it is sufficiently complete to guide an agent.

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

    Parameters5/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 adds significant meaning beyond the schema: it explains that player_name is required and match_format is optional, specifies valid values for match_format ('Test', 'ODI', 'T20'), and describes the effect of match_format on output. This fully documents both parameters with clear semantics.

    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 the tool's purpose: 'Get comprehensive cricket player statistics including batting and bowling data from Cricbuzz.' It specifies the verb ('Get'), resource ('cricket player statistics'), and scope ('comprehensive...including batting and bowling data'), distinguishing it from sibling tools like get_icc_rankings or get_match_details.

    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 implies usage through the 'Args' and 'Returns' sections, suggesting when to use it (for player stats) and how parameters affect results (match_format optional). However, it lacks explicit guidance on when to use this tool versus alternatives like get_icc_rankings or get_match_details, and does not mention any prerequisites or exclusions.

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

  • Behavior3/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. It describes what the tool returns (match details and scorecards) which is helpful, but doesn't mention potential limitations like rate limits, authentication needs, error conditions, or what happens with invalid URLs. It provides basic behavioral context but lacks operational details.

    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 perfectly structured and front-loaded: the first sentence states the core purpose, followed by clear Args and Returns sections. Every sentence earns its place by providing essential information without redundancy. The formatting with clear sections enhances readability.

    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 moderate complexity (single parameter, no output schema, no annotations), the description is quite complete. It explains the purpose, parameter, and return format. The main gap is the lack of output schema which would help structure expectations, but the Returns section provides good semantic information about what to expect.

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

    Parameters5/5

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

    With 0% schema description coverage and only 1 parameter, the description fully compensates by clearly explaining the match_url parameter: what it is ('URL of the match on Cricbuzz'), its format (str), and where to obtain it ('can be obtained from get_live_matches'). This adds significant value beyond the bare schema.

    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 the specific action ('Get detailed scorecard'), resource ('for a specific cricket match'), and source ('from a Cricbuzz URL'). It distinguishes itself from siblings like get_live_matches (which lists matches) and get_live_commentary (which provides commentary rather than scorecard details).

    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 provides clear context on when to use this tool: when you have a match URL from get_live_matches and need detailed scorecard information. It doesn't explicitly state when NOT to use it or name alternatives, but the context is sufficient for most scenarios.

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

  • Behavior3/5

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

    With no annotations provided, the description carries the full burden. It mentions the tool fetches 'official' rankings, implying authoritative data, but lacks details on rate limits, authentication needs, or potential data freshness issues. The description doesn't contradict any annotations (none exist), but could provide more behavioral context.

    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 efficiently structured with a clear purpose statement, usage guidance, concrete examples, and parameter/return documentation. Every sentence adds value without redundancy, and it's appropriately sized for the tool's complexity.

    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 single parameter and no output schema, the description provides complete usage context including parameter details and return format. It could slightly improve by mentioning if the tool returns all formats simultaneously or requires separate calls, but overall it's quite comprehensive for this tool's scope.

    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 schema has 0% description coverage, but the description fully compensates by clearly explaining the single parameter 'category' with its valid values ('batting', 'bowling', 'all-rounder', or 'teams') and purpose. This adds significant meaning beyond the bare schema.

    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 the specific action ('Fetches official ICC cricket rankings') and resource ('for various categories'), distinguishing it from sibling tools like get_cricket_news or get_player_stats by focusing exclusively on rankings rather than news, schedules, or statistics.

    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?

    It explicitly states when to use this tool ('to answer questions about top players and teams in Test, ODI, and T20 formats') and provides concrete examples of questions it can answer, clearly differentiating its purpose from alternatives like get_player_stats or web_search.

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

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

cricket-mcp-server MCP server

Copy to your README.md:

Score Badge

cricket-mcp-server MCP server

Copy to your README.md:

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/tarun7r/cricket-mcp-server'

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