Skip to main content
Glama
lacausecrypto

Sports Hub MCP Server

openf1_get_drivers

Retrieve driver names, car numbers, and team names for any Formula 1 session using session key or driver number.

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
driver_numberNoDriver's car number (e.g. 1 for Verstappen, 44 for Hamilton)
name_acronymNoThree-letter driver acronym (e.g. 'VER', 'HAM', 'LEC')
Behavior2/5

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

No annotations provided, so description must carry behavioral disclosure. It implies a read operation but doesn't explicitly state read-only, nor does it mention rate limits, pagination, or authorization requirements. 'More' is vague.

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 clear and direct. No unnecessary words, front-loaded with the core action.

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

Completeness3/5

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

No output schema, so description partially explains return fields. Mentions driver names, numbers, team names, but 'more' is undefined. For three optional parameters, it's moderately complete but lacks full return structure.

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 covers 100% of parameters with descriptions. Description adds example values for driver_number and hints at session_key usage, but does not significantly enhance beyond the schema. Baseline 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?

The description clearly states the tool retrieves driver information with specific data fields. It distinguishes usage by session or across sessions, but does not differentiate from the sibling tool f1_get_drivers.

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 guidance on when to use this tool versus alternatives like f1_get_drivers or other openf1 tools. Lacks context for when not to use it or prerequisites.

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