get_competition_standings
ActiveTool of Football Data
declared in 0.1.0
League table for a competition season. Returns total / home / away tables.
Parameters schema
{
"type": "object",
"examples": [
{
"competition": "PL"
},
{
"season": 2024,
"matchday": 10,
"competition": "PD"
}
],
"required": [
"competition"
],
"properties": {
"season": {
"type": "number",
"description": "Season start year (optional, defaults current)"
},
"matchday": {
"type": "number",
"description": "Standings as of a specific matchday (optional)"
},
"competition": {
"type": "string",
"description": "Competition code"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Football Data
https://github.com/pipeworx-io/mcp-football-data
1/7 registries