Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

tab_racing_meetings

Read-onlyIdempotent

Retrieve race meetings for thoroughbred, greyhound, and harness on a selected date, with race numbers, start times, and track conditions. Filter by jurisdiction.

Instructions

All race meetings (thoroughbred/greyhound/harness) for a date, each with its races.

Returns: {meetings:[{meetingName, location, raceType, venueMnemonic, trackCondition, races:[{raceNumber, raceName, raceStartTime}], _links:{races}}]}

Example: All meetings for a day {"date": ""}

Auth: works without a key; TAB_CLIENT_ID or TAB_CLIENT_SECRET unlocks more if set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYesMeeting date, YYYY-MM-DD. Required — part of the URL path.
returnPromoNoInline promotions.
jurisdictionNoState jurisdiction (NSW, VIC, …).NSW
returnOffersNoInline bonus-bet offers.
Behavior4/5

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

The annotations (readOnly, openWorld, idempotent) are consistent with the description, which also adds authentication notes (works without a key, unlocks more with credentials). No side effects are mentioned, but the annotations cover the safety profile adequately.

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 succinct and well-structured: a one-sentence purpose, a return shape example, a usage example, and authentication info. No unnecessary detail or repetition.

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

Completeness4/5

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

The description includes an example and authentication note, and the schema covers parameters. It lacks an explicit mention of default values (e.g., jurisdiction defaults to NSW) but that is present in the schema. Overall, it is complete enough for typical use, though it could benefit from a note on optional parameters.

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?

The input schema already provides descriptions for all four parameters (date, returnPromo, jurisdiction, returnOffers). The tool description does not add further clarification beyond the schema, but the schema descriptions are terse (e.g., 'Inline promotions'). The description could have elaborated on the effect of these optional parameters, but it does not, so it relies solely on the schema.

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 that it returns all race meetings for a given date, including their races. It distinguishes this tool from others by specifying the scope (meetings with embedded races) and the required date parameter.

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 provides an example usage and mentions authentication requirements, but it does not explicitly contrast with alternative tools (e.g., tab_racing_meeting_races). However, the example and the focus on 'for a date' make the intended use clear enough.

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