Skip to main content
Glama
lumifyai

Lumify Sports Intelligence

get_player

Read-onlyIdempotent

Retrieve a single player's profile including name, sport, country, position, physical stats, current team, and tennis ranking. Requires a player ID from search_players.

Instructions

Get a single player profile: name, sport, country, position/handedness, physical stats, current team, and tennis ranking if applicable. Raises a not-found error if player_id doesn't exist. Resolve ids via search_players.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
player_idYesPlayer id, from search_players.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
slugNo
sportNo
positionNo
birthdateNo
full_nameNo
height_cmNo
is_activeNo
weight_kgNo
handednessNo
country_codeNo
tennis_rankingNo
current_team_idNo
current_team_nameNo
Behavior4/5

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

Annotations already provide readOnlyHint, idempotentHint, destructiveHint. Description adds error behavior (not-found) and data fields included. Adds value beyond annotations without contradiction.

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?

Two sentences, no fluff. Purpose front-loaded, key details included. Every word earns its place.

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

Completeness5/5

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

Output schema exists, so return values need not be detailed. Description covers error handling, data scope, and parameter origin. Complete for a simple lookup tool.

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?

Schema coverage is 100% with a single parameter described. Description adds context: 'from search_players', which helps agent source the ID. Slight extra value over schema alone.

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?

Clear verb-resource pairing 'Get a single player profile' with explicit list of fields. Distinguished from sibling tools by focusing on player profile retrieval. Also mentions ID resolution via search_players.

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?

Explicitly states when to use (get a single player profile) and error case (not-found). Tells to resolve IDs via search_players. Could be stronger by stating when not to use (e.g., use search_players for lists), but adequate given context.

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/lumifyai/lumify'

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