get_player
Retrieve a single player's profile including name, sport, country, position, physical stats, current team, and tennis ranking. Requires a player ID from search_players.
Instructions
Get a single player profile: name, sport, country, position/handedness, physical stats, current team, and tennis ranking if applicable. Raises a not-found error if player_id doesn't exist. Resolve ids via search_players.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| player_id | Yes | Player id, from search_players. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| slug | No | ||
| sport | No | ||
| position | No | ||
| birthdate | No | ||
| full_name | No | ||
| height_cm | No | ||
| is_active | No | ||
| weight_kg | No | ||
| handedness | No | ||
| country_code | No | ||
| tennis_ranking | No | ||
| current_team_id | No | ||
| current_team_name | No |