Search players
search_playersFind tennis players by full or partial name to get their ID, country, ranking, and tour. Use the returned ID to fetch player details and stats.
Instructions
Search tennis players by name. Returns id, country, ranking and tour. Use the returned id with get_player. Works on the FREE plan (no card needed).
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. |