list_events
Retrieve Formula 1 season schedules with event details including round, name, country, circuit, and date for any year from 1950 onward.
Instructions
List all events in a season.
Data source: Ergast API (via FastF1) Coverage: 1950-present
Args: year: Season year (1950-present)
Returns: Events with: round, eventName, country, circuitName, date
Example: list_events(2024) → [ {"round": 1, "eventName": "Bahrain Grand Prix", "country": "Bahrain", "circuitName": "Bahrain International Circuit", "date": "2024-03-02"}, ... ]
Note: Minimal version of get_schedule — useful for discovering valid event names to pass to other tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |