Skip to main content
Glama

cricket-mcp-server

get_live_commentary

Fetch recent live cricket commentary events for any Cricbuzz match by providing the match URL and specifying the number of items to retrieve.

Instructions

Get recent live commentary events for a Cricbuzz match.

Args: match_url (str): Cricbuzz match URL. Can be a general match page; the commentary tab will be resolved automatically. limit (int): Maximum number of recent commentary items to return.

Returns: dict: {"title": str, "commentary_url": str, "events": [{"text": str}]}

Input Schema

NameRequiredDescriptionDefault
limitNo
match_urlYes

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 20, "title": "Limit", "type": "integer" }, "match_url": { "title": "Match Url", "type": "string" } }, "required": [ "match_url" ], "title": "get_live_commentaryArguments", "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