Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

tab_cms_call

Read-onlyIdempotent

Fetch TAB CMS content feeds (homepage, offers, promotions, racing) by operation name. Override jurisdiction via query parameters when required.

Instructions

Fetch one of TAB's CMS content feeds from cmsapi.tab.com.au by operation name (homepage / offers / promotions / racing). Each ships the standard query defaults (platform, os, jurisdiction, authentication-status); override jurisdiction via query_params if needed. Read tab://cms/operations for the list.

Returns: (JSON object)

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
operationYesThe operation to run. Valid names come from this provider's catalogue resource (see `list_resources`) — guessing one returns an error listing the alternatives.
path_paramsNoValues for the operation's URL path placeholders, as an object keyed by placeholder name. The catalogue resource lists which each operation needs.
query_paramsNoQuery-string parameters for the operation, as an object. Optional for most operations; the catalogue resource documents the accepted keys.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed3 schema fields changedv0.24.0
    • addedInput schema / properties / operation / description
      Added value: +"The operation to run. Valid names come from this provider's catalogue resource (see `list_resources`) — guessing one returns an error listing the alternatives."
    • addedInput schema / properties / path_params / description
      Added value: +"Values for the operation's URL path placeholders, as an object keyed by placeholder name. The catalogue resource lists which each operation needs."
    • addedInput schema / properties / query_params / description
      Added value: +"Query-string parameters for the operation, as an object. Optional for most operations; the catalogue resource documents the accepted keys."
  2. Addedv0.1.1

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already mark this as read-only, idempotent, and open-world; the description adds useful behavior beyond that: the upstream host, standard query defaults, jurisdiction override semantics, and authentication requirements/benefits. No contradiction with the annotations is present.

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, organized into purpose, return, and auth sections, and every sentence adds useful information. It avoids redundancy with the schema and front-loads the core behavior before secondary details.

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 generic CMS feed call with no output schema, the description offers the essential context: what the operation values represent, where to find the authoritative list, how to override jurisdiction, and what authentication unlocks. It could provide more detail about the actual response shape, but the pointer to the catalogue and clear return type make it adequately complete.

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?

Schema coverage is 100%, so the baseline is 3, but the description adds extra meaning by enumerating example operation values and explaining that query_params can override the jurisdiction default. It also clarifies the auth-related behavior of credentials, enriching the parameter context 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?

The description clearly states a specific verb ('Fetch'), a precise resource ('TAB's CMS content feeds from cmsapi.tab.com.au'), and the selection mechanism ('by operation name') with concrete examples. It is immediately distinguishable from generic sports-data siblings like tab_sports or other TAB 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?

The description gives clear context for when to use the tool: fetching CMS content feeds by named operation, and it points to a catalogue resource to find valid operations. It does not explicitly name alternatives or exclusion conditions, so it stops short of a 5.

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