Skip to main content
Glama

NBA MCP Server

by stevenyuser

get_player_game_log

Retrieve detailed game logs for NBA players by specifying their ID, season, and season type to analyze performance across Regular Season, Playoffs, Pre Season, or All Star games.

Instructions

Get game log for a player by their ID, season, and season type.

Args: player_id: str The id of the player. season: str The season in the format 'YYYY-YY'. season_type: str The type of season. Pattern: "Regular Season", "Pre Season", "Playoffs", "All Star"

Input Schema

NameRequiredDescriptionDefault
player_idYes
seasonYes
season_typeYes

Input Schema (JSON Schema)

{ "properties": { "player_id": { "title": "Player Id", "type": "string" }, "season": { "title": "Season", "type": "string" }, "season_type": { "title": "Season Type", "type": "string" } }, "required": [ "player_id", "season", "season_type" ], "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