get_player
Retrieve a player's full current record by ID, including name, age, position, club, league, Elo rating, and EAR. Returns null if the ID is not found.
Instructions
Full current record for one player by id: name, age, position, club, league, Elo rating and EAR (Elo Above Replacement). Returns null if no player has that id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| player_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |