get_telemetry
Retrieve detailed telemetry data for a specific Formula One lap by specifying season year, event, session, driver, and lap number. Extract precise driving metrics to analyze performance using the Formula One MCP Server.
Instructions
Get telemetry data for a specific Formula One lap
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') | |
lap_number | No | Lap number (optional, gets fastest lap if not provided) | |
session_name | Yes | Session name (e.g., 'Race', 'Qualifying', 'Sprint', 'FP1', 'FP2', 'FP3') | |
year | Yes | Season year (e.g., 2023) |