get_games
ActiveTool of Nba
declared in 0.1.0
Get NBA games for a season (e.g., 2023, 2024). Returns game date, status, matchup teams, and final or live scores. Requires a free BallDontLie API key.
Parameters schema
{
"type": "object",
"examples": [
{
"season": 2024
},
{
"limit": 50,
"season": 2023
}
],
"required": [
"season",
"_apiKey"
],
"properties": {
"limit": {
"type": "number",
"description": "Number of results to return (default: 25, max: 100)"
},
"season": {
"type": "number",
"description": "Season start year (e.g., 2024 for the 2024-25 season)"
},
"_apiKey": {
"type": "string",
"description": "BallDontLie API key (free tier: https://www.balldontlie.io/)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Nba
https://github.com/pipeworx-io/mcp-nba
1/7 registries