football_get_squad
Get a national team's World Cup squad by team code or name. Returns player list with name, number, position, and age.
Instructions
Return a national team's World Cup squad.
Args: team: Team code or name (e.g. "ARG"). Without an API-Football key, the static seed serves an empty-but-valid squad (rosters are a follow-up).
Returns: data.squad: list of {name, number, position, age}. meta.source: adapter that served the data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | Yes | Team code or name (e.g. "ARG"). Without an API-Football key, the static seed serves an empty-but-valid squad (rosters are a follow-up). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | No | ||
| error | No |