get_player_stats
Rank players by a chosen KenPom statistic (e.g., eFG, ORtg) with optional season and conference filters to find leaders.
Instructions
Get player leaders by statistical metric.
Args: metric: Stat to rank players by. Options: 'ORtg', 'Min', 'eFG', 'Poss', 'Shots', 'OR', 'DR', 'TO', 'ARate', 'Blk', 'FTRate', 'Stl', 'TS', 'FC40', 'FD40', '2P', '3P', 'FT'. Default: 'eFG'. season: Optional season year (e.g., "2024"). Defaults to current season. Earliest available: 2004. conference: Optional conference filter (e.g., 'ACC', 'B10', 'SEC').
Returns: JSON array of player stats ranked by the specified metric.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metric | No | eFG | |
| season | No | ||
| conference | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |