get_box_score
Retrieve team-level box score comparison between Aloha and their opponent, showing performance across all statistical categories for a specific game or season averages.
Instructions
Get the team-level box score comparison between Aloha and their opponent, showing how each team performed across all statistical categories. Use game="season" to get season averages across all games, or specify a game the same way as get_game_stats: "latest" (default), opponent name (e.g. "Beaverton"), date (e.g. "May 18"), or 0-based index newest-first. Single-game results use totals; season results use per-game averages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | No | Game identifier: "latest" (default), "season" for full-season averages, opponent name, date (e.g. "May 18"), or 0-based index newest-first. | |
| season | No | Season identifier. Defaults to current season. | |
| refresh | No | Set true to bypass cache and re-fetch from Hudl. |