Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

tab_racing_dates

Read-onlyIdempotent

Find racing dates with scheduled meetings for a chosen state jurisdiction. Returns each date with links to its meetings, so you can browse upcoming race days.

Instructions

Racing dates that have meetings (today, tomorrow, future), each linking to its meetings.

Returns: {dates:[{meetingDate, dateName, _links:{meetings}}]}

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jurisdictionNoState jurisdiction: NSW, VIC, QLD, ACT, SA, TAS or NT.NSW

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changedv0.24.0
    • addedInput schema / properties / jurisdiction / description
      Added value: +"State jurisdiction: NSW, VIC, QLD, ACT, SA, TAS or NT."
  2. Addedv0.1.1

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already provide readOnlyHint, idempotentHint, and openWorldHint. The description adds valuable behavioral context: it works without a key and that setting TAB_CLIENT_ID, TAB_CLIENT_SECRET, or TAB_REFRESH_TOKEN unlocks more. It also discloses the return shape. No contradictions with annotations.

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 compact with three clear sections: what the tool returns, the return shape, and auth requirements. Every sentence earns its place and the core purpose is front-loaded. No redundant or filler content.

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?

For a simple tool with one optional parameter, no required parameters, and no output schema, the description adequately covers the return structure and auth behavior. It could be more explicit about what the meetings links resolve to or what 'unlocks more' means, but the agent has enough to call and interpret the result.

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 single parameter 'jurisdiction' is fully described in the schema with default value and allowed states, achieving 100% schema description coverage. The tool description adds no additional parameter meaning, so the baseline of 3 applies.

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

Purpose4/5

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

The description identifies the resource (racing dates that have meetings) and the scope (today, tomorrow, future), and clarifies that each date links to its meetings. This distinguishes it from meeting- or race-level tools. However, it uses a noun phrase rather than an explicit verb like 'List', and does not name a sibling to differentiate from.

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

Usage Guidelines3/5

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

The description implies this is an entry point for browsing racing dates by stating which dates are included and that each links to its meetings. It doesn't explicitly state when to use this tool instead of siblings like tab_racing_meetings or betr_todays_races, nor does it provide exclusions.

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