season_averages
ActiveTool of Balldontlie
declared in 0.1.0
Fetch per-season NBA stat averages for one or more player_ids in a given season year; returns PTS, REB, AST, FG%, and other averages per player.
Parameters schema
{
"type": "object",
"examples": [
{
"season": 2023,
"player_ids": [
237,
2544
]
}
],
"required": [
"season",
"player_ids"
],
"properties": {
"season": {
"type": "number"
},
"player_ids": {
"type": "array",
"items": {
"type": "number"
}
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Balldontlie
https://github.com/pipeworx-io/mcp-balldontlie
1/7 registries