get_driver_info
Retrieve detailed information about a Formula One driver, including performance stats, by specifying the year, event, session, and driver identifier. Utilizes the Formula One MCP Server powered by Python and FastF1.
Instructions
Get information about a specific Formula One driver
Input Schema
Name | Required | Description | Default |
---|---|---|---|
driver_identifier | Yes | Driver identifier (number, code, or name; e.g., '44', 'HAM', 'Hamilton') | |
event_identifier | Yes | Event name or round number (e.g., 'Monaco' or '7') | |
session_name | Yes | Session name (e.g., 'Race', 'Qualifying', 'Sprint', 'FP1', 'FP2', 'FP3') | |
year | Yes | Season year (e.g., 2023) |