get_team_matches
ActiveTool of Football Data
declared in 0.1.0
A team's matches across competitions. Filter by status, date range, competitions, season, or venue.
Parameters schema
{
"type": "object",
"examples": [
{
"team_id": 64
},
{
"limit": 20,
"venue": "HOME",
"status": "FINISHED",
"team_id": 64
}
],
"required": [
"team_id"
],
"properties": {
"limit": {
"type": "number",
"description": "Cap matches returned (default 50)"
},
"venue": {
"type": "string",
"description": "HOME | AWAY"
},
"season": {
"type": "number",
"description": "Season start year"
},
"status": {
"type": "string",
"description": "Match status filter"
},
"date_to": {
"type": "string",
"description": "YYYY-MM-DD"
},
"team_id": {
"type": "number",
"description": "Numeric team ID"
},
"date_from": {
"type": "string",
"description": "YYYY-MM-DD"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Football Data
https://github.com/pipeworx-io/mcp-football-data
1/7 registries