Get team matches
get_team_matchesRetrieve a club's recent match results or upcoming fixtures with a form string showing wins, draws, and losses.
Instructions
Get a club's matches (recent results or upcoming fixtures), with a W/D/L form string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | Yes | Club name, e.g. 'Liverpool' | |
| limit | No | How many matches (default 5) | |
| season | No | Season start year as 'YYYY', e.g. '2024' for 2024-25. Defaults to current. | |
| status | No | Match status filter (default: most recent) |