Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

tab_sports_next_to_go

Read-onlyIdempotent

Get sport events about to close, ordered by close time, to identify upcoming betting opportunities. Returns match names, competition, start time, and links.

Instructions

Sport events about to close, ordered by close time (next-to-go sports feed).

Returns: {matches:[{name, competition, startTime, _links:{self}}]}

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nextNoTime window, e.g. "12h".
limitNoMax events to return.
openOnlyNoOnly events open for betting.
futuresOnlyNoOnly futures markets.
jurisdictionNoState jurisdiction.NSW
sortByCloseTimeNoSort by market close time.
featuredCompetitionsNoRestrict to featured competitions.
Behavior5/5

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

Annotations declare readOnlyHint, openWorldHint, and idempotentHint, and the description adds auth requirements ('works without a key; TAB_CLIENT_ID or TAB_CLIENT_SECRET unlocks more'), the return shape ('Returns: {matches:[...]}'), and the ordering behavior. 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 three sentences, each adding a distinct piece of value: purpose, return format, and auth. No fluff, repetition, or extraneous details.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the annotations (read-only, open-world, idempotent) and 100% schema coverage, the description covers the essential aspects of the tool: what it does, what it returns, and auth requirements. It is sufficient for an agent to invoke this read-only feed tool correctly.

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 description covers 100% of parameters with individual descriptions, so the baseline is 3. The description does not add any parameter-specific semantics, but that is acceptable given the rich schema.

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 says 'Sport events about to close, ordered by close time (next-to-go sports feed)', which is a specific verb and resource, clearly distinguishing it from racing-specific siblings like tab_racing_next_to_go or general sports listing tools like tab_sports.

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 'next-to-go sports feed' clearly indicates when to use this tool: when you need sport events about to close, ordered by close time. It does not explicitly name alternatives or when-not-to-use cases, but the context is unmistakable and sufficient for most agents.

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