Skip to main content
Glama
SergioCastro02

NBA MCP Server

game_boxscore

Retrieve a game's box score summary, including final score and top five scorers per team, using the game ID from the scoreboard.

Instructions

Box score summary for a game: final score and top 5 scorers per side.

Get game_id from scoreboard.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
game_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the burden of explaining behavior. It does so by specifying the output content: final score and top 5 scorers per side. It also reveals the dependency on game_id from scoreboard, which is useful behavioral context, though it does not mention error cases or edge behavior.

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

Conciseness5/5

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

The description is extremely concise: one sentence defines the resource and output, and one sentence gives the prerequisite. Every word adds value and the key information is front-loaded.

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

Completeness4/5

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

For a simple single-parameter tool with an output schema, the description is nearly complete: it explains the purpose and the source of the required parameter. It could be slightly richer about how the result is scoped (e.g., current season only) but that is not essential given the surrounding context.

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

Parameters4/5

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

The schema provides only a game_id string with no description, so the description's instruction to get game_id from scoreboard adds real semantic value. It tells the agent where to find a valid value, which is sufficient for a single simple parameter, though it does not define the identifier format.

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 identifies the tool as supplying a box score summary for a specific game, including final score and top 5 scorers per side. This distinguishes it from sibling tools such as scoreboard and player_career_stats, though it lacks an explicit verb like 'returns'.

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

Usage Guidelines4/5

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

'Get game_id from scoreboard' gives a clear prerequisite and tells the agent which sibling tool produces the needed input. It does not explicitly say when not to use this tool or name alternatives, but the context is obvious: use it after selecting a game from the scoreboard.

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

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