Skip to main content
Glama
lacausecrypto

Sports Hub MCP Server

motogp: Get events

motogp_get_events
Read-onlyIdempotent

Get MotoGP events for a season with circuit, country, and dates. Each event's UUID is required to fetch sessions.

Instructions

List the events (Grands Prix) in a season with circuit, country and dates. Each event's UUID feeds motogp_get_sessions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
is_finishedNoFilter to finished events only
season_uuidYesSeason UUID from motogp_get_seasons
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint. Description adds that output includes circuit, country, dates and links to sessions but doesn't disclose additional behavioral traits like rate limits or result limits.

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?

Two lean sentences: first states purpose with specifics, second adds relational context. No wasted words.

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?

For a simple list tool with full annotations and schema coverage, the description provides all necessary context: output fields, required input, and how it connects to the next tool in the pipeline.

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 both parameters with descriptions (100% coverage). Description does not add parameter information beyond schema, but baseline is 3 due to full schema coverage.

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?

Description explicitly states verb 'List', resource 'events (Grands Prix)', and output fields (circuit, country, dates). Distinguishes from sibling motogp_get_sessions by noting that event UUID feeds that tool.

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

Usage Guidelines4/5

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

Mentions that event UUIDs feed motogp_get_sessions, implying usage context. However, no explicit when-not or alternatives to other MotoGP tools like motogp_get_standings.

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