Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

tab_match

Read-onlyIdempotent

Retrieve a full match book with all betting markets, bet options, Same Game Multi, contestants, live state, and stats for a specified sport match.

Instructions

Full match book: all markets + bet options, Same Game Multi, contestants, live state and stats.

Returns: {id, name, startTime, markets:[{id, name, betOption, bettingStatus, closeTime}], sameGame, contestants, inPlay, stats}

Example: One AFL match's full markets {"sport": "AFL Football", "competition": "AFL", "match": "Adelaide v Geelong"}

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
matchYesMatch name, e.g. "Adelaide v Geelong". Pass raw spaces. Required — part of the URL path.
sportYesSport name, e.g. "AFL Football". Required — part of the URL path.
competitionYesCompetition name, e.g. "AFL". 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. Changed4 schema fields changedv0.24.0
    • addedInput schema / properties / competition / description
      Added value: +"Competition name, e.g. \"AFL\". Required — part of the URL path."
    • addedInput schema / properties / jurisdiction / description
      Added value: +"State jurisdiction."
    • addedInput schema / properties / match / description
      Added value: +"Match name, e.g. \"Adelaide v Geelong\". Pass raw spaces. Required — part of the URL path."
    • addedInput schema / properties / sport / description
      Added value: +"Sport name, e.g. \"AFL Football\". Required — part of the URL path."
  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 declare readOnlyHint, openWorldHint, and idempotentHint. The description adds useful behavioral context by showing the exact return shape and explaining auth behavior: 'works without a key; TAB_CLIENT_ID or TAB_CLIENT_SECRET or TAB_REFRESH_TOKEN unlocks more if set.' No contradiction 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 front-loaded with purpose, then gives a compact return structure, a concrete example, and an auth note. Every sentence earns its place, and the example is especially useful for an agent constructing inputs.

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 specifying the return fields. It covers required inputs with an example, describes return contents, and discloses auth requirements. Minor gaps remain around error behavior and whether the response can be large, but these are not critical for invocation.

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 baseline is 3. The description adds a concrete example mapping sport, competition, and match to values, but it does not add meaning beyond the schema, which already explains that the three required parameters are part of the URL path.

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 clearly identifies the tool as a comprehensive match lookup: 'Full match book: all markets + bet options, Same Game Multi, contestants, live state and stats.' It is distinct enough from the sibling tab_match_markets because it promises the full match payload rather than only markets, though it never explicitly names the sibling.

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 usage by showing an example input for a single AFL match and listing the broad returned content, but it gives no explicit guidance on when to choose this tool over alternatives like tab_match_markets or tab_sgm_price. The intended context is clear but no exclusions or comparison are provided.

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