Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

openf1_championship_drivers

Read-onlyIdempotent

Retrieve drivers' championship standings at any race session, showing position and points before and after the session. Filter by meeting or driver to track changes.

Instructions

Drivers' championship standings around a race — points and position before/after the session.

Returns: [{driver_number, position_start, position_current, points_start, points_current, session_key}] (top-level array)

Auth: none needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
meeting_keyNoMeeting key, or 'latest'.
session_keyYesRace session key, or 'latest'.
driver_numberNoFilter to one driver.
Behavior4/5

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

While annotations already declare readOnlyHint, idempotentHint, and openWorldHint, the description adds value by explicitly stating the return format (top-level array with fields) and noting 'Auth: none needed'. It also clarifies that data covers before/after session states, which is behavioral context beyond the annotations.

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?

The description is concise, with a clear purpose statement followed by a compact return format example. Every sentence adds value, and it is appropriately front-loaded with the main purpose.

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?

The tool is simple with only three parameters and no output schema, so the description's explicit return fields and auth note largely compensate for missing output schema. It does not cover optional parameter behavior like using 'latest', but the schema already provides that, so this is adequate.

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 description coverage is 100%, so all three parameters already have clear descriptions. The tool description does not repeat parameter details but does mention session_key in the return structure, reinforcing its role. This meets the baseline for high schema coverage with minimal additional semantic value.

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 provides Drivers' championship standings around a race, specifically points and position before/after the session. It also lists the return structure, making the purpose unambiguous. It differentiates from sibling tools like openf1_championship_teams by mentioning 'Drivers'', though it does not explicitly name the alternative.

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?

The phrase 'around a race' hints at context but does not explicitly state when to use this tool versus alternatives such as openf1_session_result or openf1_drivers. There is no mention of exclusions, prerequisites, or specific scenarios where this endpoint is preferred.

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