f1: Get driver standings
f1_get_driver_standingsAccess Formula 1 Drivers' Championship standings for any season, including the current year. Paginate through results using limit and offset.
Instructions
Get Formula 1 World Drivers' Championship standings for a given season.
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") |