Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

nbl_players

Read-onlyIdempotent

Retrieve the complete player roster for an NBL season, including jersey numbers, positions, team details, and player IDs for linking to stats and box scores.

Instructions

All players for one season (~165) — each with jersey_number, playing_position and embedded player {id, first_name, last_name, …}, team and season objects. The player id (UUID) feeds nbl_player_stats / nbl_player_boxscores.

Returns: {type, count, data:[{jersey_number, playing_position, player:{id, first_name, last_name}, team:{id, name, team_code}, season}]}

Example: All NBL26 players {"year": 2025}

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.
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint, covering safety and side-effect expectations. The description adds meaningful context: approximate result count, embedded objects (team, season), and the return shape (type, count, data). It also explicitly states "Auth: none needed," which is useful. No contradictions with annotations.

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

Conciseness4/5

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

The description is well-structured into three clear sections: overview, return format, and example. It conveys all necessary information without excessive verbosity. The example is compact and practical, and the auth note is a helpful final touch. It loses one point for slight redundancy with the schema's parameter description.

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?

Given there is no output schema, the description compensates by explicitly listing the response structure and embedded fields. It provides a realistic example and explains the relationship between player IDs and other NBL tools. For a simple list tool with one parameter, this is complete enough for an agent to invoke correctly.

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?

The single parameter 'year' is already fully documented in the schema with explanation of the season start year and required status. The description adds an example (2025 = NBL26) and reiterates the parameter is part of the URL path, but these are minor additions over the schema. Since schema coverage is 100%, the baseline of 3 is appropriate.

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 this tool lists all players for a given season, specifying the resource (players) and scope (season). It distinguishes itself from sibling tools by noting the player ID feeds nbl_player_stats/nbl_player_boxscores, indicating its role in a broader workflow.

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: to get all players for a season, especially to obtain player IDs for subsequent stats/boxscore queries. It provides an example with a concrete year and notes the parameter is part of the URL path, but it does not explicitly state when not to use it or alternative tools for other player-related needs.

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