Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

tab_sgm_price

Read-onlyIdempotent

Combine propositions from one match into a TAB same-game multi and receive the adjusted combined price, plus a validation matrix that flags redundant legs and shows what was actually priced.

Instructions

PRICE A SAME GAME MULTI you choose — give it propositions from one match, get the combined price and a validation matrix back. Prices combinations TAB has not pre-built.

Returns: {bets:[{status:'ok', legs:[{odds:{decimal:'15.00'}, propositions:[…], redundantPropositions:[{propositionId, status:'redundant'|'valid'}]}]}]} — VERIFIED live 2026-08-28 against AFL Wst Bulldogs v Collingwood: H2H Bulldogs (1.95) + Naughton first goal (11.00) priced 15.00.

THE PRICE IS NOT THE PRODUCT OF THE LEGS. 1.95 x 11.00 is 21.45; TAB returns 15.00, because it applies a correlation adjustment — which is the whole reason to ask rather than multiply. Here it priced DOWN (a Bulldogs win makes a Bulldogs player scoring first likelier); other combinations price up.

REDUNDANT LEGS ARE COLLAPSED, NOT REFUSED. Pick two propositions that imply one another (both sides of a line, say) and TAB drops one, marks it redundant, and prices what is left — so a two-leg request can come back as a one-leg price. ALWAYS check redundantPropositions before reporting: the odds you got may not be the bet you asked for.

Only markets with sameGame: true in tab_match_markets can be combined (52 of 109 on the verified match).

Example: Price a two-leg AFL same game multi {"jurisdiction": "NSW", "bets": [{"type": "FIXED_ODDS", "legs": [{"type": "SAME_GAME_MULTI", "propositions": [{"type": "WIN", "propositionId": 1016}, {"type": "WIN", "propositionId": 8529}]}]}]}

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
betsYesThe bet envelope: [{type: 'FIXED_ODDS', legs: [{type: 'SAME_GAME_MULTI', propositions: [{type: 'WIN', propositionId: 1016}, …]}]}]. `propositionId` comes from tab_match_markets — `markets[].propositions[].id`, as an INTEGER. At least two propositions, all from the SAME match.
channelNoLeave as `web`.web
jurisdictionYesYour state: NSW, VIC, ACT, QLD, SA, NT or TAS. Prices and market availability differ by jurisdiction, so this is not cosmetic.
returnValidationMatrixNoKeep true: it returns which propositions actually combine, which is the difference between a refusal you understand and one you do not.
Install Server

TDQS

A4.7/5.0
Behavior5/5

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

Goes far beyond the readOnlyHint annotations by disclosing the correlation adjustment — the price is not the product of the legs — and the critical behavior that redundant legs are collapsed rather than refused. It explicitly warns agents to check `redundantPropositions` before reporting, and includes a live-verified example with concrete odds.

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?

Longer than average, but every block earns its place: purpose first, return shape, correlation warning, redundant-leg warning, eligibility, concrete example, and auth. Critical caveats are capitalized and scannable, with no fluff.

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?

There is no output schema, but the description supplies a concrete response shape including `bets`, `status: 'ok'`, `redundantPropositions`, and example decimal odds. Combined with eligibility rules, auth note, and a worked request example, an agent has enough to invoke and interpret the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already covers all four parameters with strong descriptions, so the baseline is 3. The description adds a concrete request example and the key domain constraint that only markets with `sameGame: true` from `tab_match_markets` can be used, enriching parameter meaning beyond the 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?

Starts with a specific imperative — 'PRICE A SAME GAME MULTI you choose' — and names the resource, output, and scope: propositions from one match, combined price, validation matrix, and combinations TAB has not pre-built. This clearly differentiates it from pre-built price functions and sibling SGM tools.

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?

Provides explicit conditions: propositions must be from the same match, at least two propositions, only markets with `sameGame: true` in `tab_match_markets` can be combined, and jurisdiction affects pricing. It does not name sibling tools as alternatives for when-not-to-use, so it misses the top bar.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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