Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

tab_live_events_summary

Read-onlyIdempotent

Retrieve a summary of currently live sports events for a chosen jurisdiction, with match counts per sport, to identify active in-play betting markets.

Instructions

Summary of events currently in-play / live across sports.

Returns: {liveMatches:{count, sports:[{name, displayName, count}]}, _links}

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

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."
  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 establish read-only, idempotent, and open-world behavior; the description adds that the tool works without a key, that optional credentials may unlock more, and gives a concrete return shape. It does not contradict annotations. The phrase 'unlocks more' is vague, and data freshness or jurisdiction effects are not described, but the added disclosure is still meaningful given the strong 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 first, then Returns, then Auth. There is no filler, and each section provides information needed to select or invoke the tool without 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?

For a one-optional-parameter live-summary tool with no output schema, the description provides the essential return shape, auth behavior, and scope. The main gaps are the exact effect of the jurisdiction parameter and what additional data the auth tokens unlock, but these are minor for a simple aggregate call.

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 input schema already documents the single optional jurisdiction parameter with a default value and a description, giving 100% schema description coverage. The description adds no parameter-level detail, so a baseline score of 3 is appropriate because the schema carries the parameter-documentation burden.

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 states that the tool returns a summary of events currently in-play or live across sports, and the Returns block confirms it is an aggregate count grouped by sport. It doesn't explicitly distinguish itself from sibling live-event tools like pinnacle_sport_matchups_live or pointsbet_sports_inplay, so it stops short of full sibling differentiation.

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 'Summary of events currently in-play / live' plus the grouped-count return shape implies this is for high-level live-event counts rather than detailed match data. However, it never explicitly says when to prefer this tool over the many sibling live-score/matchup tools, nor does it state exclusions. The auth note is useful but is not usage-selection guidance.

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