f1: Get driver results
f1_get_driver_resultsRetrieve race results for any Formula 1 driver in a specific season. Input a driver ID and optional season to get detailed performance data.
Instructions
Get all race results for a specific driver in a given season. Use driver IDs like 'hamilton', 'max_verstappen', 'leclerc'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default 30, max 1000) | |
| offset | No | Number of results to skip for pagination | |
| season | No | Season year (e.g. "2024") or "current" (default: "current") | |
| driver_id | Yes | Driver ID (e.g. "hamilton", "max_verstappen", "leclerc") |