Skip to main content
Glama

Formula One MCP Server (Python)

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

NameRequiredDescriptionDefault
driver_identifierYesDriver identifier (number, code, or name; e.g., '44', 'HAM', 'Hamilton')
event_identifierYesEvent name or round number (e.g., 'Monaco' or '7')
lap_numberNoLap number (optional, gets fastest lap if not provided)
session_nameYesSession name (e.g., 'Race', 'Qualifying', 'Sprint', 'FP1', 'FP2', 'FP3')
yearYesSeason year (e.g., 2023)

Input Schema (JSON Schema)

{ "properties": { "driver_identifier": { "description": "Driver identifier (number, code, or name; e.g., '44', 'HAM', 'Hamilton')", "type": "string" }, "event_identifier": { "description": "Event name or round number (e.g., 'Monaco' or '7')", "type": "string" }, "lap_number": { "description": "Lap number (optional, gets fastest lap if not provided)", "type": "number" }, "session_name": { "description": "Session name (e.g., 'Race', 'Qualifying', 'Sprint', 'FP1', 'FP2', 'FP3')", "type": "string" }, "year": { "description": "Season year (e.g., 2023)", "type": "number" } }, "required": [ "year", "event_identifier", "session_name", "driver_identifier" ], "type": "object" }

Other Tools from Formula One MCP Server (Python)

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Machine-To-Machine/f1-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server