Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

nbl_player_boxscores

Read-onlyIdempotent

Get a player's per-game box scores across a season, with points, rebounds, assists, blocks, steals, turnovers, and playing position for each match.

Instructions

Game-by-game box scores for one player across a season — per match the points/rebounds/assists/blocks/steals/turnovers and playing position. The score-series / game-log source.

Returns: {type, count, data:[{period, playing_position, points, rebounds, assists, blocks, steals, turnovers}]}

Auth: none needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearYesSeason START year — 2025 = NBL26 (current 2025-26 season), 2026 = NBL27. Required — part of the URL path.
playerIdYesPlayer id (UUID) — from nbl_players[].player.id. Required — part of the URL path.
seasonTypeNoSeason phase (default regular).regular
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint, lowering the burden. The description adds 'Auth: none needed' and the return structure, providing useful context beyond annotations. However, it does not mention rate limits or pagination, which are common behavior details.

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 concise and well-structured, front-loading the core purpose in the first sentence. It includes a return format example and auth note, each earning its place without unnecessary verbosity.

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?

The tool is simple with clear annotations and schema. The description explains the output shape and scope, but lacks details on what 'period' means or how seasonType affects results. Given the absence of an output schema, the included return structure is helpful, but a bit more context on the period field would make it fully complete.

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

Parameters3/5

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

Schema description coverage is 100%, so the baseline is 3. The tool description itself does not add parameter semantics beyond what the schema already provides, such as the year offset explanation and playerId source. Since the schema fully documents the parameters, no additional description is necessary.

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

Purpose5/5

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

The description clearly states the tool's function: 'Game-by-game box scores for one player across a season' with specific stats listed (points, rebounds, assists, etc.). It also distinguishes itself from siblings by noting 'The score-series / game-log source', which differentiates it from aggregate stats tools like nbl_player_stats.

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?

The description implies when to use this tool ('game-log source', 'per match' granularity) but does not explicitly name alternatives or exclusions. It provides enough context for an agent to infer that this is for per-game data rather than season totals, but lacks a direct 'use this instead of X' statement.

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/DanielTomaro13/sportsdata-mcp'

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