f1_get_driver_results
Retrieve all race results for a specific Formula 1 driver within a given season. Input driver ID and season year to get detailed results.
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 |
|---|---|---|---|
| driver_id | Yes | Driver ID (e.g. "hamilton", "max_verstappen", "leclerc") | |
| season | No | Season year (e.g. "2024") or "current" (default: "current") | |
| limit | No | Maximum number of results to return (default 30, max 1000) | |
| offset | No | Number of results to skip for pagination |