get_live_matches
Retrieve live cricket match details from Cricbuzz, including match descriptions and URLs, using the MCP server for cricket data.
Instructions
Get live cricket matches from Cricbuzz.
Returns: list: A list of dictionaries, each containing the match description and a URL. Example: [{"match": "IND vs AUS...", "url": "https://..."}]
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |