Search players
search_playersSearch tennis players by name to get ID, country, ranking, and tour. Use the returned ID to fetch detailed player information.
Instructions
Search tennis players by name. Returns id, country, ranking and tour. Use the returned id with get_player.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum players to return (1-200). | |
| query | Yes | Full or partial player name, e.g. "alcaraz". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True 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. | |
| message | Yes | Human-readable summary. Identical to the text content, so either half can be used alone. | |
| players | No | Matching players, best match first. |