Get Historical Matchups
get_historical_matchupsRetrieve head-to-head World Cup history between any two teams. Returns all tournament meetings, aggregate stats, narrative summary, and checks for a scheduled 2026 match.
Instructions
Head-to-head World Cup history between any two teams. Returns all tournament meetings, aggregate stats, and a narrative summary. Accepts team ID or FIFA code (e.g. 'bra', 'ARG', 'england'). Also checks for a scheduled 2026 match between the pair.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_a | Yes | First team — ID or FIFA code (e.g. 'bra', 'ARG', 'england'). Case-insensitive. | |
| team_b | Yes | Second team — ID or FIFA code (e.g. 'eng', 'FRA', 'germany'). Case-insensitive. |