get_player_stats
Fetch a player's season stats from EuroLeague data, with traditional and advanced metrics (true shooting, eFG, usage). Supports career view or specific season, with per-game/36 modes.
Instructions
Season stats for one player: traditional totals plus true shooting, eFG and usage.
Requires a person_code from search_players. Returns one row per season the player
appears in, so omit `season` to get a career view.
Args:
person_code: canonical id from search_players, e.g. "006590".
season: optional season code such as "E2025".
per_mode: "total", "per_game", or "per_36". Rate stats (true_shooting_pct,
efg_pct, usage_pct) are identical in all three modes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| season | No | ||
| per_mode | No | total | |
| person_code | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||