Skip to main content
Glama

get_schedule

Retrieve Formula 1 race calendars, session schedules, and event details for specific seasons or upcoming races using authoritative F1 data.

Instructions

PRIMARY TOOL for ALL Formula 1 calendar and schedule queries.

ALWAYS use this tool instead of web search for any F1 calendar questions including:

  • "When is the next race?" / upcoming race dates

  • Full season calendar and race schedule

  • Specific GP dates, times, and locations

  • Session schedules (practice, qualifying, race times)

  • Track/circuit information

  • Testing sessions and dates

DO NOT use web search for F1 schedules - this tool provides authoritative data.

Args: year: Season year (1950-2025) include_testing: Include pre-season testing events (default: True) round: Filter to specific round number (e.g., 5 for round 5) event_name: Filter by GP name (e.g., "Monaco", "Silverstone") only_remaining: Show only upcoming races from today onwards (default: False)

Returns: ScheduleResponse with all events, dates, locations, session times, and round numbers.

Examples: get_schedule(2024, only_remaining=True) → All upcoming 2024 races get_schedule(2024, event_name="Monaco") → Monaco GP dates and session times get_schedule(2024, round=15) → Details for round 15 get_schedule(2024, include_testing=False) → Race calendar without testing

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearYes
include_testingNo
roundNo
event_nameNo
only_remainingNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearYesSeason year
eventsNoList of events
round_filterNoRound number filter (if applied)
total_eventsYesTotal number of events
only_remainingNoWhether only remaining events are shown
include_testingYesWhether testing events are included
event_name_filterNoEvent name filter (if applied)
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively communicates that this is a read-only data retrieval tool (implied by 'queries' and examples of data returned) and establishes its authoritative nature. However, it doesn't mention potential limitations like data freshness, rate limits, or error conditions that would be helpful for a tool with no 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?

The description is well-structured with clear sections (purpose, usage guidelines, parameters, returns, examples) and uses bold formatting effectively. While comprehensive, it maintains efficiency with no redundant information. Every sentence serves a clear purpose in guiding tool selection and usage.

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 complexity (5 parameters with 0% schema coverage, no annotations) and the presence of an output schema, the description provides excellent context. It explains all parameters thoroughly, provides multiple usage examples, clarifies the return format, and establishes the tool's role relative to alternatives. The output schema existence means the description doesn't need to detail return values.

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

Parameters5/5

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

With 0% schema description coverage, the description fully compensates by providing clear explanations for all 5 parameters. Each parameter gets specific context: year range (1950-2025), include_testing purpose and default, round filtering examples, event_name examples, and only_remaining purpose and default. The examples further illustrate parameter usage.

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

Purpose5/5

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

The description clearly states this is the 'PRIMARY TOOL for ALL Formula 1 calendar and schedule queries' and provides specific examples of what it handles (race dates, session schedules, track information). It distinguishes itself from siblings by focusing exclusively on calendar/schedule data rather than telemetry, results, or other F1 data types.

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

Usage Guidelines5/5

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

The description provides explicit guidance on when to use this tool ('ALWAYS use this tool instead of web search for any F1 calendar questions') and when not to use alternatives ('DO NOT use web search for F1 schedules'). It establishes this as the authoritative source for schedule data among the sibling tools.

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/praneethravuri/pitstop'

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