Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

openf1_drivers

Retrieve driver details for a session: number, name, acronym, team, and headshot. Filter by session_key, meeting_key, or team.

Instructions

Drivers entered in a session — number, name, acronym, team and colours. Pass session_key (or 'latest').

Returns: [{driver_number, full_name, name_acronym, broadcast_name, team_name, team_colour, headshot_url, session_key, meeting_key}] (top-level array)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
team_nameNo
meeting_keyNo
session_keyNo
name_acronymNo
driver_numberNo
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full burden. It discloses the return format (array of objects with specified fields) and the optional nature of parameters, but it fails to mention behavioral traits like pagination, rate limits, or what happens if no drivers exist. The tool appears read-only, but that is not explicitly stated.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very concise (two sentences), front-loading the purpose and return format. However, it omits necessary detail about the other parameters, which slightly reduces its efficiency. Nonetheless, it is well-structured for a simple tool.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 5 optional parameters and no output schema, the description should provide more complete guidance. It only addresses one parameter (session_key) and partially lists the output fields. The description is insufficient for an agent to correctly invoke the tool with optional filters.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema lists 5 parameters (team_name, meeting_key, session_key, name_acronym, driver_number) all optional, but the description only explains session_key. The other 4 parameters are left completely unexplained, despite 0% schema description coverage. The description adds very little meaning beyond the schema and fails to help an agent understand how to filter or use these parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Drivers entered in a session' and lists the returned fields (number, name, acronym, team, colours). It specifies the primary input (session_key or 'latest'), making the tool's verb and resource clear. It is distinct from sibling OpenF1 tools like openf1_car_data or openf1_laps.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description includes the key usage instruction 'Pass session_key (or 'latest')', which guides the user on the primary parameter. However, it does not mention when to use this tool versus other OpenF1 tools (e.g., openf1_sessions), nor does it provide exclusions or alternative tool suggestions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/DanielTomaro13/sportsdata-mcp'

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