Skip to main content
Glama
Machine-To-Machine

Formula One MCP Server (Python)

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_event_scheduleA

Get Formula One race calendar for a specific season

get_event_infoB

Get detailed information about a specific Formula One Grand Prix

get_session_resultsC

Get results for a specific Formula One session

get_driver_infoC

Get information about a specific Formula One driver

analyze_driver_performanceC

Analyze a driver's performance in a Formula One session

compare_driversB

Compare performance between multiple Formula One drivers

get_telemetryC

Get telemetry data for a specific Formula One lap

get_championship_standingsC

Get Formula One championship standings

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 8 tools

Disambiguation5/5

All 8 tools target distinct aspects of Formula One data—drivers, events, sessions, championships, and telemetry—with no overlapping functionality. Each has a clear, non-redundant purpose.

Naming Consistency5/5

Every tool uses a consistent verb_noun pattern with lowercase and underscores (e.g., get_driver_info, analyze_driver_performance). The naming is predictable and adheres to a single convention.

Tool Count5/5

With 8 tools, the server is well-scoped for its domain. It covers essential F1 operations without being too sparse or overly granular, making it ideal for most common queries without excessive complexity.

Completeness4/5

The tool set covers major areas: driver info, performance analysis, comparisons, standings, event details, schedule, session results, and telemetry. One minor gap is lack of team/constructor info, but the surface is otherwise comprehensive for a dedicated F1 server.

Maintenance

ActivityInactive
ResponsivenessNo issues