Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

tab_sport

Read-onlyIdempotent

Retrieve a sport by name and list its competitions, including racing-adjacent pseudo-sports. Works without authentication to enable quick sports data lookup.

Instructions

One sport by name with its competitions. Also fronts the racing-adjacent pseudo-sports (Jockey Challenge, Racing Extras).

Returns: {id, name, competitions:[{id, name, _links:{self}}]}

Example: AFL Football and its competitions {"sport": "AFL Football"}

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
sportYesSport name, e.g. "AFL Football", "Rugby League", "Jockey Challenge". Pass raw spaces. Required — part of the URL path.
jurisdictionNoState jurisdiction.NSW

Schema Changelog

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

  1. Changed2 schema fields changedv0.24.0
    • addedInput schema / properties / jurisdiction / description
      Added value: +"State jurisdiction."
    • addedInput schema / properties / sport / description
      Added value: +"Sport name, e.g. \"AFL Football\", \"Rugby League\", \"Jockey Challenge\". Pass raw spaces. Required — part of the URL path."
  2. Addedv0.1.1

TDQS

A4/5.0
Behavior4/5

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

Annotations already indicate a safe, idempotent read operation, so the bar is lower. The description adds meaningful behavioral context: it works without a key, credentials optionally unlock more data, and it returns a specific object shape. This goes beyond the structured 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 and well-structured: purpose, return shape, example, and auth are each given in focused sections. Every sentence earns its place, and the core behavior is front-loaded in the first sentence.

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?

With no output schema, the description compensates by declaring the return structure, giving an example, and explaining auth requirements. The main missing piece is an explicit pointer to sibling tools like tab_sports for list-style lookups, but the description is otherwise sufficient for a two-parameter read-only tool.

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 description coverage is 100%, so the schema already documents both the sport and jurisdiction parameters. The description reinforces the sport parameter with an AFL Football example but adds little semantic value beyond what the schema provides.

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 the tool returns one sport by name along with its competitions, which distinguishes it from the plural sibling tab_sports and other sport-specific tools. It also discloses the special handling of racing-adjacent pseudo-sports, so an agent knows the exact resource and scope without opening the schema.

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 phrase 'One sport by name...' and the example imply this tool is for retrieving a single sport's competitions, but it never explicitly names alternatives or states when not to use it. An agent must infer that tab_sports is for listing sports and that competition-specific tools like tab_competition are for other granularity.

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