Skip to main content
Glama

NBA MCP Server

by stevenyuser

get_league_team_standings

Retrieve NBA team standings for a specific season and season type using the NBA MCP Server. Input the season in 'YYYY-YY' format and specify the season type (e.g., 'Regular Season') to access accurate standings data.

Instructions

Get league team standings for a given season and season type.

Args: season: str The season in the format 'YYYY-YY'. season_type: str The type of season. Pattern: "Regular Season", "Pre Season"

Input Schema

NameRequiredDescriptionDefault
seasonYes
season_typeYes

Input Schema (JSON Schema)

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