f1: Get drivers
f1_get_driversRetrieve Formula 1 drivers by season or all-time, including driver IDs, names, and nationalities.
Instructions
List Formula 1 drivers for a given season or all-time. Returns driver IDs, names, nationalities, and other info.
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") |