get_scouting_report
Retrieve a detailed scouting report for a college basketball team. Includes 37 offensive and defensive stats with national ranks covering efficiency, tempo, Four Factors, shooting, and scoring.
Instructions
Get detailed scouting report for a team (37 stats with ranks).
Returns offensive and defensive stats with national ranks covering efficiency, tempo, Four Factors, shooting percentages, and point distribution.
Args: team: Team name (required). Examples: 'BYU', 'Duke', 'North Carolina'. season: Optional season year (e.g., "2024"). Defaults to current season. conference_only: If True, returns conference-only stats. Default: False.
Returns: JSON object mapping stat names to {value, rank} objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | Yes | ||
| season | No | ||
| conference_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |