cricket_get_scorecard
Retrieve full scorecard for a cricket match using its match ID, including innings, partnerships, and bowling figures.
Instructions
Return the full scorecard for a specific match.
Args: match_id: The match identifier (e.g. from cricket_get_live_matches).
Returns: data: full scorecard with innings, partnerships, bowling figures. meta.source: adapter that served the data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| match_id | Yes | The match identifier (e.g. from cricket_get_live_matches). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | No | ||
| error | No |