Skip to main content
Glama

cricket-mcp-server

get_icc_rankings

Fetch official ICC cricket rankings for Test, ODI, and T20 formats. Retrieve top players and teams by category: batting, bowling, all-rounder, or teams.

Instructions

Fetches official ICC cricket rankings for various categories. Use this tool to answer questions about top players and teams in Test, ODI, and T20 formats.

For example, you can answer questions like:

  • "Who are the top 10 ODI batsmen?"
  • "Show me the test bowling rankings."
  • "What are the T20 team rankings?"
  • "icc ranking odi batsman"

Args: category (str): The ranking category. Must be one of: "batting", "bowling", "all-rounder", or "teams".

Returns: dict: A dictionary with rankings for Test, ODI, and T20 formats. Each format contains a list of players or teams with their position, name, country, and rating.

Input Schema

NameRequiredDescriptionDefault
categoryYes

Input Schema (JSON Schema)

{ "properties": { "category": { "title": "Category", "type": "string" } }, "required": [ "category" ], "title": "get_icc_rankingsArguments", "type": "object" }

Other Tools from cricket-mcp-server

Related Tools

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