get_coach_rotation
Analyze a coach's minute distribution to evaluate rotation depth and predict a player's minutes ceiling.
Instructions
How a coach distributes minutes. Use this to judge a player's minutes ceiling.
Rotation depth is the strongest lever on fantasy output that is not the player
himself: the same player scores more under a coach who plays nine men heavy minutes
than under one who rides seven. Rotation habits travel with the coach between clubs,
so this is keyed on the coach, not the team.
`rotation_style` is a tercile RELATIVE TO THIS COMPETITION, not an absolute standard.
Coaches with fewer than 10 games are labelled `insufficient_data` rather than guessed
at. `minute_concentration` is a Herfindahl index of minute shares: higher means
minutes are concentrated in fewer players.
Args:
season: season code, e.g. "E2025".
team_code: optional club code from search_teams.
coach_name: optional partial coach name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| season | No | E2025 | |
| team_code | No | ||
| coach_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||