footballdata: Uk get matches
footballdata_uk_get_matchesRetrieve historical football matches with results and bookmaker odds for a league and season, filtering by team and capping results.
Instructions
Get historical matches (results + bookmaker odds) for a league and season from football-data.co.uk. Returns the most recent matches first; filter by team and cap with limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | No | Filter to matches involving this team (case-insensitive substring) | |
| limit | No | Max matches to return (default 30, most recent first) | |
| league | Yes | League code, e.g. "E0" (Premier League). Use footballdata_uk_list_leagues. | |
| season | Yes | Season code, 4 digits, e.g. "2425" for 2024-25 |