get_team_stats
Retrieve per-game team stats and results for a specific team using its ID. Optionally filter by season to analyze performance over time.
Instructions
Per-game team stats and results for a single team (scores, result, team stat JSON per event). Use a team id from list_teams; optionally scope to one season.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| season | No | Season year (e.g. 2026). Omit for all available. | |
| team_id | Yes | Team UUID (from list_teams). |