This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.1.0).
get_league_table
InactiveTool of mcp-sports
declared in 0.1.0
Get current standings/table for a league and season. Returns team, played, wins, draws, losses, goals for, goals against, and points.
Parameters schema
{
"type": "object",
"examples": [
{
"season": "2024-2025",
"league_id": "4328"
},
{
"season": "2023-2024",
"league_id": "4391"
}
],
"required": [
"league_id",
"season"
],
"properties": {
"season": {
"type": "string",
"description": "Season string (e.g., \"2024-2025\")"
},
"league_id": {
"type": "string",
"description": "TheSportsDB league ID (e.g., \"4328\" for English Premier League)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-sports
https://github.com/pipeworx-io/mcp-sports
2/7 registries