Skip to main content
Glama

NBA MCP Server

by stevenyuser

get_team_game_log

Retrieve detailed game logs for an NBA team by specifying the team ID, season, and season type. Useful for analyzing team performance across different stages of the NBA season.

Instructions

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

Args: team_id: str The id of the team. 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
seasonYes
season_typeYes
team_idYes

Input Schema (JSON Schema)

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