Skip to main content
Glama

Formula One MCP Server

analyze_driver_performance

Evaluate Formula One driver performance by analyzing key metrics from specific sessions, including race, qualifying, or practice. Input season year, event identifier, session name, and driver details for actionable insights.

Instructions

Analyze a driver's performance in a Formula One session

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')
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" }, "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" }
Install Server

Other Tools from Formula One MCP Server

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/notsedano/f1-mcp-server'

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