Skip to main content
Glama

NBA MCP Server

by stevenyuser

get_team_year_by_year_stats

Retrieve detailed year-by-year statistics for any NBA team using their unique ID. Access historical performance data to analyze trends and team progress over seasons.

Instructions

Get year-by-year stats for a team by their ID.

Args: team_id: str The id of the team.

Input Schema

NameRequiredDescriptionDefault
team_idYes

Input Schema (JSON Schema)

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