Skip to main content
Glama
livetennisapi

livetennisapi-mcp

Player profile

get_player
Read-onlyIdempotent

Retrieve a tennis player's profile including current ranking, country, handedness, date of birth, and cached statistics by providing a player ID.

Instructions

One player's profile: ranking, country, handedness, date of birth and cached stats.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
player_idYesPlayer id, as returned by search_players.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYesTrue when the call returned data. False for a tier wall, a missing or rejected key, or an empty result — all of which are normal states with a clear remedy, not failures.
playerNoThe player.
messageYesHuman-readable summary. Identical to the text content, so either half can be used alone.
Behavior4/5

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

Annotations already declare readOnly, openWorld, idempotent, and non-destructive hints, so the safety profile is clear. The description adds a meaningful behavioral trait by noting 'cached stats,' which alerts the agent that the data may be cached and not real-time. This goes beyond what annotations state, providing useful context for freshness expectations.

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, efficient sentence that front-loads the core purpose ('One player's profile') and then lists key attributes. Every word earns its place, with no redundancy or filler.

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?

The tool is simple (one parameter, no nested objects), has a full output schema, and clear annotations. The description covers what the tool returns at a high level, which is sufficient for an agent to understand the tool's scope. Missing usage guidance is a separate dimension (scored low), but overall completeness relative to complexity is high.

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 input schema covers 100% of parameters, and the player_id description 'Player id, as returned by search_players' adds practical guidance on where to obtain the id. The tool description itself does not add further parameter detail, but the schema is already sufficient, meeting the baseline for schema_description_coverage > 80%.

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 purpose: retrieving a single player's profile, with a specific list of attributes (ranking, country, handedness, date of birth, cached stats). This is specific and distinct from sibling tools like search_players or get_archive_career, though it does not explicitly name alternatives.

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 implies usage when a player's profile is needed but provides no explicit guidance on when to use this tool versus alternatives. It does not mention any exclusions, prerequisites, or edge cases, leaving the agent to infer context from the tool name and sibling list.

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/livetennisapi/livetennisapi-mcp'

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