Skip to main content
Glama
livetennisapi

livetennisapi-mcp

Archive player bios

search_archive_players
Read-onlyIdempotent

Search historical tennis players (1968-2022) by name to retrieve hand, date of birth, country, height, and career-high rank. Ideal for archival data queries on ATP/WTA tours.

Instructions

The people of the results archive (1968–2022): hand, date of birth, country, height, and career-high rank with the week it was first reached. Their ids are corpus person ids (the winner/loser player_id on archive results), not roster ids — for current players use search_players. Requires the BASIC plan or any History plan.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tourNoatp or wta.
limitNoMaximum players to return (1-200).
queryYesFull or partial player name, min 3 chars, e.g. "navratilova".

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.
messageYesHuman-readable summary. Identical to the text content, so either half can be used alone.
playersNoMatching archive people, ordered by name.
Behavior4/5

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

Annotations already cover safety (read-only, idempotent, non-destructive), so the description adds value by explaining that IDs are corpus person IDs not roster IDs, and enumerates the returned fields. It could further elaborate on open-world behavior, but annotations mitigate that need.

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?

Three sentences, all informative: the first describes the data scope and fields, the second clarifies ID semantics and provides an alternative, and the third gives the plan requirement. There is no filler or repetition of schema details.

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?

Given an output schema exists, the description doesn't need to explain return structure. It covers the historical scope, ID distinction, alternative tool, and plan requirement, making it complete for a search tool with this simplicity. The sibling distinction is especially useful in a large toolset.

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?

Schema description coverage is 100%, so the baseline is 3. The description does not add additional meaning to the query, tour, or limit parameters beyond what the schema already provides, but it does clarify the context of how the query maps to archive player identities.

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 identifies the resource (people in the results archive 1968–2022) and specifies the exact return fields (hand, date of birth, country, height, career-high rank). It also distinguishes itself from the sibling tool search_players by noting the id type and scoping to archive players.

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

Usage Guidelines5/5

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

Explicitly states when to use this tool vs. the alternative: 'for current players use search_players'. It also discloses the plan requirement ('Requires the BASIC plan or any History plan'), giving clear prerequisites and context for invocation.

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