get_efficiency
Retrieve offensive and defensive efficiency, tempo, and possession-length data for all college basketball teams. Select a season to compare historical performance from 1999.
Instructions
Get efficiency and tempo stats for all teams.
Returns the summary efficiency table with offensive/defensive efficiency, tempo, and possession length data.
Args: season: Optional season year (e.g., "2024"). Defaults to current season. Earliest available: 1999. Possession length data from 2010.
Returns: JSON array of efficiency data for all teams.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| season | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |