get_team_stats
Retrieve team offensive or defensive statistics including shooting percentages, blocks, steals, and assists. Optionally filter by season.
Instructions
Get miscellaneous team statistics.
Returns detailed team stats including shooting percentages, blocks, steals, assists, and more.
Args: defense: If True, returns defensive stats. If False, returns offensive stats. season: Optional season year (e.g., "2024"). Defaults to current season. Earliest available: 1999.
Returns: JSON array of team stats (offense or defense based on parameter).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| season | No | ||
| defense | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |