Skip to main content
Glama

NBA MCP Server

by stevenyuser

get_live_game_boxscore

Retrieve live game box scores, including player stats, scores, and timeouts, by specifying the game ID using the NBA MCP Server. Access detailed NBA game data efficiently.

Instructions

Get the box score for a specific game by its ID. The box score includes live data for the game, such as scores, player stats, timeouts, and more.

Args: game_id: str The ID of the game.

Input Schema

NameRequiredDescriptionDefault
game_idYes

Input Schema (JSON Schema)

{ "properties": { "game_id": { "title": "Game Id", "type": "string" } }, "required": [ "game_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/stevenyuser/nba_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server