get_session_info
Load F1 session metadata and driver list by providing year, circuit, and session type for race analysis.
Instructions
Load an F1 session and return its metadata and driver list.
Args: year: Season, 2018 or later (FastF1 coverage starts in 2018). circuit: Event or location name, e.g. "Austria", "Monza". session_type: "R" race, "Q" qualifying, "S" sprint, "FP1"/"FP2"/"FP3".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | ||
| circuit | Yes | ||
| session_type | No | R |