get_table
ActiveTool of mcp-openligadb
declared in 0.1.0
Get the league table / standings for a football / soccer league and season (e.g. the Bundesliga table). Returns each team's position, played, won, draw, lost, goals, goal difference, and points.
Parameters schema
{
"type": "object",
"required": [
"league",
"season"
],
"properties": {
"league": {
"type": "string",
"description": "League shortcut, e.g. 'bl1' (Bundesliga), 'bl2' (2. Bundesliga), 'bl3' (3. Liga), 'dfb' (DFB-Pokal)."
},
"season": {
"type": "string",
"description": "Season start year, e.g. \"2024\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-openligadb
https://github.com/pipeworx-io/mcp-openligadb
2/7 registries