cricket_get_points_table
Retrieve the points table and standings for any cricket series. Input a series ID to get team positions, matches played, wins, losses, net run rate, and points.
Instructions
Return the points table / standings for a cricket series.
Args: series_id: The series identifier (e.g. IPL 2026 series ID from CricAPI).
Returns: data: points table rows with team, P, W, L, NRR, Points. meta.source: adapter that served the data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| series_id | Yes | The series identifier (e.g. IPL 2026 series ID from CricAPI). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | No | ||
| error | No |