Skip to main content
Glama
lacausecrypto

Sports Hub MCP Server

openf1: Get drivers

openf1_get_drivers
Read-onlyIdempotent

Retrieve driver names, car numbers, and team names for Formula 1 sessions. Filter by session key, driver number, or three-letter acronym.

Instructions

Get driver information for a session or across sessions. Returns driver names, numbers, team names, and more.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_keyNoSession identifier to get drivers for a specific session
name_acronymNoThree-letter driver acronym (e.g. 'VER', 'HAM', 'LEC')
driver_numberNoDriver's car number (e.g. 1 for Verstappen, 44 for Hamilton)
Behavior3/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, and idempotentHint=true. The description adds minimal behavioral context (returning specific fields). No contradictions. With annotations covering the safety profile, the description provides adequate but not rich behavioral disclosure.

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

Conciseness5/5

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

Single sentence that is concise and front-loaded with purpose. No extraneous words. Efficient and to the point.

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

Completeness4/5

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

Given the tool has 3 optional parameters, no output schema, and rich annotations, the description covers the essential purpose and output. It could mention behavior when no parameters are provided, but overall it is reasonably complete for a read-only query tool.

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

Parameters3/5

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

Schema coverage is 100% with clear descriptions for all three parameters. The description adds no additional meaning beyond the schema. Baseline score of 3 is appropriate.

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

Purpose4/5

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

Description clearly states the action (get) and resource (driver information) with scope (for a session or across sessions). It lists returned fields (names, numbers, team names). However, it does not differentiate from the similar sibling tool f1_get_drivers, relying on the namespace for distinction.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives like f1_get_drivers or other openf1 tools. The description lacks context for selecting this tool in a multi-tool environment.

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/lacausecrypto/mcp-sports-hub'

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