Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

jolpicaf1_seasons

Read-onlyIdempotent

Get a complete list of Formula 1 seasons from 1950 onward. Use offset and limit to page through the records, returning season and URL data.

Instructions

Every F1 season on record (1950 onward).

Returns: {MRData:{total, limit, offset, SeasonTable:{Seasons:[{season, url}]}}}

Example: First page of seasons {"format": "json", "limit": 30}

Auth: none needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoPage size (max 100). Check MRData.total for how many exist.
formatNoLeave as json — the API defaults to XML.json
offsetNoPage offset.
Behavior4/5

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

The annotations already declare readOnlyHint, openWorldHint, and idempotentHint, so the safety profile is covered. The description adds valuable context by specifying the exact return structure (MRData with SeasonTable) and 'Auth: none needed', which are not present in annotations. It does not describe rate limits or pagination behavior, but for a simple list operation that is acceptable.

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 compact and front-loaded: a one-line purpose, return format, example, and auth note. Every line adds value, with no filler or redundant repetition of schema annotations. This is appropriately sized for a simple paginated list tool.

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

Completeness5/5

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

Given the low complexity, rich schema coverage, and annotations, the description is sufficient. It provides the return shape (compensating for the absent output schema), an example, and authentication note, while the schema covers parameter details. No critical gaps remain for an agent to select and invoke this tool.

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

Parameters4/5

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

Schema coverage is 100% with parameter descriptions for limit, format, and offset. The description contributes an explicit usage example ({"format": "json", "limit": 30}) that demonstrates how to request the first page, reinforcing the schema's guidance. It does not introduce new parameter semantics but adds a practical illustration.

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 states the tool returns every F1 season from 1950 onward and provides a return example showing 'Seasons:[{season, url}]'. This clearly indicates a list/retrieve operation over a distinct resource (seasons) and implicitly distinguishes it from sibling tools like jolpicaf1_drivers and jolpicaf1_races. The lack of an explicit verb like 'list' is minor, but the example and return structure make the purpose unambiguous.

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 does not provide explicit when-to-use vs alternatives or exclusions. The example and read-only annotations imply it should be used when a user needs the catalog of F1 seasons, but no rival tool or alternative is referenced. This is an implied usage pattern rather than explicit guidance.

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