Skip to main content
Glama
labeveryday

nba-stats-mcp

by labeveryday

resolve_player_id

Resolve an NBA player's name to their unique player ID, returning top matches with active or inactive status for accurate identification.

Instructions

Resolve player name to player_id. Returns top matches with active/inactive status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
active_onlyNo
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the burden and does well by stating it returns top matches with active/inactive status. However, it omits details like case sensitivity, partial matching behavior, or potential rate limits.

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, front-loaded sentence with no wasted words. It efficiently conveys the core purpose.

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 3 parameters and an output schema, the description covers the essential transformation. However, it lacks detail on what 'top matches' means and how the 'limit' parameter affects results, leaving minor gaps.

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 description adds meaning beyond the bare schema (which has no parameter descriptions) by mentioning player name and active/inactive status. But it does not explain 'limit' or the exact role of 'active_only'. Schema coverage is 0%, so description compensates partially.

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 uses a specific verb 'resolve' and clearly states the resource transformation: 'player name to player_id'. It also mentions returning top matches with status, which distinguishes it from sibling tools like get_player_info or compare_players.

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 usage when needing a player ID from a name, but does not provide explicit guidance on when to use this tool versus alternatives (e.g., get_player_info for already-known IDs). No when-not-to-use or exclusions 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/labeveryday/nba-stats-mcp'

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