Skip to main content
Glama
ufo2243

nba-mcp

by ufo2243

NBA Player Info

nba_player_info
Read-onlyIdempotent

Retrieve biographical data and headline news for a specific NBA player by providing their player ID.

Instructions

Get biographical and headline information for an NBA player id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
leagueIdNo00
playerIdYes
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, openWorldHint=true, and idempotentHint=true, indicating a safe, non-destructive read operation. The description adds the type of information retrieved (biographical and headline) but does not contradict annotations. The behavioral disclosure is adequate but not enhanced beyond annotations.

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 a single concise sentence that efficiently conveys the tool's action and target. No redundant or extraneous information is present.

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

Completeness3/5

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

Given the tool's simplicity (2 parameters, no output schema), the description provides a high-level understanding but lacks detail on return format or exact data fields. For a complete picture, an agent might need more context, especially with multiple sibling tools.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It mentions 'player id' but does not explain the optional leagueId parameter or its enum values. This leaves meaning gaps, as leagueId's default and purpose are undocumented.

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 verb 'Get', the resource 'biographical and headline information', and the specific identifier 'NBA player id'. This effectively differentiates the tool from sibling tools like nba_player_career_stats and nba_player_game_log, which focus on statistical data.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives such as nba_player_career_stats or nba_search_players. It does not specify context, prerequisites, or situations where the tool is inappropriate.

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