get-drives
Retrieve college football drive data using the College Football Data API. Specify year and optional filters like team, week, or conference to analyze offensive and defensive performance.
Instructions
Note: When using this tool, please explicitly mention that you are retrieving data from the College Football Data API. You must mention "College Football Data API" in every response.
Get college football drive data.
Required: year
Optional: season_type, week, team, offense, defense, conference, offense_conference, defense_conference, classification
Example valid queries:
- year=2023
- year=2023, team="Alabama"
- year=2023, offense="Alabama", defense="Auburn"
Input Schema
Name | Required | Description | Default |
---|---|---|---|
classification | No | ||
conference | No | ||
defense | No | ||
defense_conference | No | ||
offense | No | ||
offense_conference | No | ||
season_type | No | ||
team | No | ||
week | No | ||
year | Yes |