load_session
Load a Formula 1 session by year, grand prix, and session type for analysis. Supports fuzzy matching for race and session names.
Instructions
Load an F1 session for analysis. Must be called before other tools.
Use this when the user mentions a specific race, GP, or session they want to analyze. Race and session names are fuzzy-matched:
Race: "Bahrain", "Monza", "silverstone", "Monaco GP" all work
Session: "race", "qualifying", "quali", "FP1", "sprint" all work
Args: year: Season year (e.g. 2024) race: Grand Prix name — fuzzy matched (e.g. "Bahrain", "Monza", "silverstone") session: Session type — fuzzy matched (default "race"). Options: race, qualifying, sprint, FP1, FP2, FP3
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | ||
| race | Yes | ||
| session | No | race |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |