Skip to main content
Glama
lacausecrypto

Sports Hub MCP Server

f1: Get drivers

f1_get_drivers
Read-onlyIdempotent

Retrieve Formula 1 drivers by season or all-time, including driver IDs, names, and nationalities.

Instructions

List Formula 1 drivers for a given season or all-time. Returns driver IDs, names, nationalities, and other info.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of results to return (default 30, max 1000)
offsetNoNumber of results to skip for pagination
seasonNoSeason year (e.g. "2024") or "current" (default: "current")
Behavior3/5

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

Annotations already declare readOnlyHint and idempotentHint, so the description inherits safety. The description adds basic return field info but does not mention pagination behavior, sorting, or edge cases (e.g., invalid season). Minimal added value beyond annotations.

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?

Single, concise sentence that communicates the core functionality. No fluff, but could be slightly more structured by separating the return info. Still efficient.

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?

With no output schema, the description should provide more context on return structure, pagination, and edge cases. It lists some fields but is incomplete given the tool's complexity and many siblings. Adequate but not comprehensive.

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 descriptions for all parameters. The description only reiterates 'for a given season or all-time' which is already in the season parameter description. No additional semantic value beyond schema.

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?

Clearly states verb 'List', resource 'Formula 1 drivers', and filtering by season or all-time. Returns specific fields (IDs, names, etc.). However, it does not explicitly differentiate from sibling tools like f1_get_driver_results, but the purpose is clear enough.

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?

Indicates use for listing drivers by season or all-time, but provides no guidance on when not to use this tool or alternatives among many sibling tools. Lacks explicit when-to-use context.

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