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
Name | Required | Description | Default |
---|---|---|---|
limit | No | ||
match_url | Yes |