football_get_match_stats
Retrieve a team's aggregate World Cup tournament statistics using its numeric API-Football team ID.
Instructions
Return a team's aggregate World Cup tournament statistics.
Network-only enrichment: requires a configured API-Football (or football-data.org) key. There is no offline static fallback, so without a key the call returns a clean ALL_SOURCES_FAILED envelope.
Args: team: API-Football numeric team id (not a country code).
Returns: data.team_stats: {team, played, wins, goals_for, goals_against}. meta.source: adapter that served the data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | Yes | API-Football numeric team id (not a country code). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | No | ||
| error | No |