list_seasons
Fetches a list of all available seasons for a team, sorted newest first. Returns season IDs and labels for use with stats and game results tools.
Instructions
List all available seasons for the team, sorted newest first. Returns seasonId, label (e.g. "2024-2025 Season"), and seasonYear. Use the seasonId value with get_team_stats, get_player_stats, or get_game_results to retrieve data for a specific historical season.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| refresh | No | Set true to bypass cache and re-fetch from Hudl. |