Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

tab_sports

Read-onlyIdempotent

Get a list of available sports, each with links to their competitions. Accessible without authentication; optional TAB_CLIENT_ID or TAB_CLIENT_SECRET for extended data.

Instructions

All sports offered, each linking to its competitions (HATEOAS root for the sports tree).

Returns: {sports:[{id, name, displayName, _links:{self}}]}

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jurisdictionNoState jurisdiction.NSW
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint, so the safety profile is covered. The description adds valuable context beyond annotations by specifying the exact return structure and the auth behavior, including that no key is required and that setting TAB_CLIENT_ID or TAB_CLIENT_SECRET unlocks more. This is useful behavioral transparency, though the "unlocks more" claim is somewhat vague.

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 front-loaded: it states the core purpose, gives the return shape, and mentions auth requirements in three short sentences. Every sentence adds useful information, and there is no filler or redundancy.

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?

Since there is no output schema, the description compensates by including the return shape and field names. It also covers auth requirements, which is useful for an agent deciding whether credentials are needed. The description is adequate for a simple list-style tool, though the optional jurisdiction parameter and its effect on results are only clarified in the schema rather than in the description.

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 schema already documents the single optional jurisdiction parameter with 100% coverage, including its default value and meaning as "State jurisdiction." The description does not add any additional parameter-level semantics, so the baseline score of 3 applies.

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 identifies the tool as returning all sports offered, explicitly framing it as the "HATEOAS root for the sports tree." This distinguishes it from sibling tools like tab_sport or tab_competition, which target specific levels of the hierarchy. The inline return shape further confirms the resource and its purpose.

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 phrase "HATEOAS root for the sports tree" gives clear context that this is the entry point for navigating sports, and "each linking to its competitions" shows how it connects to downstream tools. It does not explicitly name alternatives or state when not to use it, but the root concept is strong enough for an agent to infer appropriate use.

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