get_game_attrs
Retrieve top-ranked college basketball games by attributes such as Excitement or Tension for a season, returning a JSON list.
Instructions
Get top games ranked by game attributes.
Args: metric: Attribute to rank games by. Options: 'Excitement', 'Tension', 'Dominance', 'ComeBack', 'FanMatch', 'Upsets', 'Busts'. Default: 'Excitement'. ('FanMatch', 'Upsets', 'Busts' only available after 2010) season: Optional season year (e.g., "2024"). Defaults to current season. Earliest available: 2010.
Returns: JSON array of top games for the specified attribute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metric | No | Excitement | |
| season | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |