Skip to main content
Glama
ufo2243

nba-mcp

by ufo2243

NBA League Team Stats

nba_league_team_stats
Read-onlyIdempotent

Retrieve league-wide team statistics for any NBA season. Filter by season type, per mode, and advanced metrics like Four Factors or Defense.

Instructions

Get league-wide team statistics for a season. Results are limited by default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
seasonYes
perModeNoPerGame
leagueIdNo00
lastNGamesNo
seasonTypeNoRegular Season
measureTypeNoBase
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false, so the description only adds 'Results are limited by default'. This is useful but minimal; it does not disclose pagination, rate limits, or other behavioral traits beyond the default limit.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very short (two sentences) and front-loaded, but it sacrifices completeness for brevity. It earns its place but fails to convey necessary details.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 7 parameters, no output schema, and 13 sibling tools, the description is incomplete. It does not explain what data is returned, how filtering works, or how to interpret 'limited by default'. The tool's complexity demands more context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description provides no parameter explanations. All 7 parameters, including enums and defaults, lack any semantic context in the description, leaving the agent without guidance on how to use them.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Get' and the resource 'league-wide team statistics for a season', which is specific and helps distinguish from sibling tools like nba_league_player_stats or nba_team_game_log. However, it does not explicitly differentiate from all siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool is for team-level statistics but provides no explicit guidance on when to use this versus sibling tools like nba_team_game_log or nba_league_standings. No exclusions or alternatives are mentioned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/ufo2243/nba-mcp'

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