games
ActiveTool of Balldontlie
declared in 0.1.0
NBA games filtered by season, team, or date range. Returns matchup, scores, date, season, postseason flag, status. Use for "did the Lakers win last night", schedule lookup, historical game search.
Parameters schema
{
"type": "object",
"examples": [
{
"seasons": [
2023
]
},
{
"dates": [
"2023-10-24"
],
"team_ids": [
1
],
"postseason": false
}
],
"properties": {
"dates": {
"type": "array",
"items": {
"type": "string"
},
"description": "YYYY-MM-DD"
},
"cursor": {
"type": "number"
},
"seasons": {
"type": "array",
"items": {
"type": "number"
}
},
"per_page": {
"type": "number"
},
"team_ids": {
"type": "array",
"items": {
"type": "number"
}
},
"postseason": {
"type": "boolean"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Balldontlie
https://github.com/pipeworx-io/mcp-balldontlie
1/7 registries