Player profile
get_playerRetrieve 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
| Name | Required | Description | Default |
|---|---|---|---|
| player_id | Yes | Player id, as returned by search_players. |
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. | |
| player | No | The player. | |
| message | Yes | Human-readable summary. Identical to the text content, so either half can be used alone. |