Skip to main content
Glama
lacausecrypto

Sports Hub MCP Server

motogp: Get sessions

motogp_get_sessions
Read-onlyIdempotent

Retrieve all sessions (practice, qualifying, race) for a MotoGP event and category. Input event UUID and category UUID to get session IDs for classification.

Instructions

List the sessions (practice, qualifying, race, etc.) for an event and category. Pass eventUuid from motogp_get_events and categoryUuid from motogp_get_categories. Each session id feeds motogp_get_session_classification.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
event_uuidYesEvent UUID from motogp_get_events
category_uuidYesCategory UUID from motogp_get_categories
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint as true. The description does not add behavioral details beyond observing its read-only nature, which is consistent. Given adequate annotations, this scores a 3.

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 sentences, no fluff. First sentence states purpose directly; second sentence provides parameter usage and downstream connection. Front-loaded and efficient.

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?

Completely describes the tool: it lists sessions for a given event and category, explains how to obtain parameters, and indicates how the output connects to another tool. No output schema needed for this straightforward list operation.

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?

Input schema has 100% description coverage, so parameters are already documented. The description adds value by specifying that event_uuid comes from motogp_get_events and category_uuid comes from motogp_get_categories, which is helpful context for the agent.

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?

Clearly states the action ('List the sessions') and the resource type with specific examples (practice, qualifying, race). Distinguishes from sibling tools by mentioning it feeds into motogp_get_session_classification.

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?

Explicitly tells the user to pass eventUuid from motogp_get_events and categoryUuid from motogp_get_categories, providing clear context for where parameters come from. Does not explicitly discuss when not to use, but this is implied by the tool's specific purpose.

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