cricket_get_squad
Retrieve the squad roster for any cricket team. Optionally specify a series ID to get the tournament-specific lineup, including player names, roles, and credits.
Instructions
Return the squad roster for a cricket team, optionally for a specific series.
Args: team: Team code or name (e.g. "MI", "CSK", "IND", "AUS"). series_id: Optional. Series ID to pull the tournament-specific squad. If omitted, falls back to static seed data.
Returns: data.players: list of players with name, role, and credits. meta.source: adapter that served the data (cricapi / static_seed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | Yes | Team code or name (e.g. "MI", "CSK", "IND", "AUS"). | |
| series_id | No | Optional. Series ID to pull the tournament-specific squad. If omitted, falls back to static seed data. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | No | ||
| error | No |