Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

sportsbet_racing_allracing

Retrieves all horse and greyhound race meetings for a specified date, grouped by meeting with event details like race number and start time.

Instructions

All race meetings (every code) for one date, grouped by meeting.

Returns: {meetings:[{competitionId, name, raceType, events:[{eventId, raceNumber, advertisedStartTime}]}]}

Example: All racing for a given day

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
eventDateYes
Behavior3/5

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

No annotations are provided, so the description must carry the full burden. It explicitly states the return structure and implies a read-only operation, but does not mention idempotency, authentication, or rate limits. Adequate for a simple retrieval tool.

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 concise: two sentences plus a return type example. It is front-loaded with the core purpose and provides a structured representation of the output.

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?

Given the simple input (one date string) and the description of the return structure, the tool is fairly complete. However, it lacks output schema and could benefit from date format hints or error conditions.

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

Parameters2/5

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

Schema coverage is 0% as the description does not reference the eventDate parameter. It mentions 'for one date' but lacks details on format (e.g., YYYY-MM-DD) or constraints. With a single required parameter, the description should clearly describe it.

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 it returns all race meetings for a given date, grouped by meeting, covering every code. It differentiates itself from siblings like sportsbet_racecard (single race) or sportsbet_racing_meeting (single meeting) by scope.

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?

The description specifies it is for one date and provides an example, but does not explicitly indicate when not to use it or name alternative tools. The context is clear from the name and return structure.

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