f1_get_qualifying
Retrieve Formula 1 qualifying results including Q1, Q2, and Q3 lap times for any season and round.
Instructions
Get Formula 1 qualifying results. Returns Q1/Q2/Q3 times for drivers in a specific qualifying session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| season | No | Season year (e.g. "2024") or "current" (default: "current") | |
| round | No | Round number within the season | |
| limit | No | Maximum number of results to return (default 30, max 1000) | |
| offset | No | Number of results to skip for pagination |