Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

tab_cms_call

Read-onlyIdempotent

Fetch TAB CMS content feeds (homepage, offers, promotions, racing) by operation to retrieve structured JSON for sports betting pages. Override jurisdiction via query parameters when needed.

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 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.
Behavior4/5

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

Annotations already assert readOnly, idempotent, and openWorld. The description adds genuine behavioral context: the specific endpoint, built-in query defaults (platform, os, jurisdiction, authentication-status), jurisdiction override capability, authentication behavior, and return type. This goes well beyond the annotations without contradicting them.

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 dense but well-structured: a direct first sentence, a helpful query-defaults hint, and clear Returns/Auth callouts. No filler or irrelevant content.

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?

With a single required param, annotations confirming read-only behavior, and no output schema, the description covers the key decision factors: endpoint, valid operations, dynamic query overrides, return shape, and authentication. The pointer to a catalogue resource fills the need for a complete operation list.

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 schema provides all parameter definitions, so the baseline is already solid (100% coverage). The description adds value by explaining that query_params can override jurisdiction, listing the standard defaults, and pointing to the operations catalogue for valid operation values.

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 the tool fetches 'one of TAB's CMS content feeds' from cmsapi.tab.com.au and identifies the operation names (homepage / offers / promotions / racing). This distinguishes it from other tab_* and sportsbet_cms_* siblings and describes a specific verb plus resource.

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 intended use case is apparent: fetch CMS content by operation name, and the description guides the agent to 'Read tab://cms/operations for the list.' It does not explicitly state when not to use this tool or name alternatives, so it isn't a full when/when-not guide.

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