Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

tab_tournament

Read-onlyIdempotent

Retrieve tournament matches with top markets for any sport, competition, and tournament. Get match names, start times, and betting options in one response.

Instructions

Tournament page nested inside a competition (tennis, golf and other tournament-structured sports): its matches with top markets. Competitions whose page shows matches:[] list their events here.

Returns: {id, name, matches:[{id, name, startTime, markets:[...]}], betOptions}

Example: Wimbledon Mens Singles matches {"sport": "Tennis", "competition": "Wimbledon", "tournament": "Wimbledon Mens Singles"}

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sportYesSport name, e.g. "Tennis". Required — part of the URL path.
tournamentYesTournament name from the competition page, e.g. "Wimbledon Mens Singles". Pass raw spaces. Required — part of the URL path.
competitionYesCompetition name, e.g. "Wimbledon". Required — part of the URL path.
jurisdictionNoState jurisdiction.NSW
numTopMarketsNoTop markets to inline per match.
Behavior4/5

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

Annotations already indicate readOnly, openWorld, and idempotent behavior. The description adds extra context about authentication ('works without a key' and unlocking more with credentials), and it specifies the return structure, which goes beyond the annotations without contradicting them.

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 efficient: a purpose statement, return shape, a concrete example, and an auth note. Every sentence adds value, with no redundancy or fluff.

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?

Despite having no output schema, the description provides the return structure, an example, auth details, and usage context. It is sufficiently complete for an agent to invoke the tool correctly, though it could benefit from additional notes on pagination or market details.

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?

All five parameters are fully described in the schema (100% coverage), so baseline is 3. The description adds an example with concrete values but does not introduce significant new meaning beyond what the schema already 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 that this tool returns a tournament page nested inside a competition, including matches and top markets. It provides a concrete example (Wimbledon) and distinguishes itself from competition-level tools by noting that competitions with an empty matches list point to this tool.

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 gives explicit guidance on when to use this tool: 'Competitions whose page shows matches:[] list their events here.' It also provides an example query and mentions auth requirements, but does not explicitly name alternative sibling tools for contrast.

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