cricket_get_schedule
Retrieve upcoming cricket match schedules. Filter by series ID for specific fixtures, with pagination to browse results.
Instructions
Return the upcoming match schedule, optionally filtered by series.
Args: series_id: Optional. Filter to a specific series. If omitted, returns all upcoming fixtures across all active series. limit: Max matches to return, 1..200 (default 50). offset: Number of matches to skip for paging (default 0).
Returns: data.matches: page of upcoming matches with teams, date, venue. data.pagination: {total, count, offset, limit, has_more, next_offset}. meta.source: adapter that served the data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max matches to return, 1..200 (default 50). | |
| offset | No | Number of matches to skip for paging (default 0). | |
| series_id | No | Optional. Filter to a specific series. If omitted, returns all upcoming fixtures across all active series. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | No | ||
| error | No |