Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

sportsbet_cms_settings

Read-onlyIdempotent

Fetch global CMS settings and feature flags from the Sportsbet app to identify enabled features and configuration options.

Instructions

Global CMS settings / feature flags for the app.

Returns: {settings:{}}

Auth: works without a key; SPORTSBET_REFRESH_TOKEN unlocks more if set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. Addedv0.1.1

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint, so safety is covered. The description adds meaningful behavior beyond annotations: auth works without a key, SPORTSBET_REFRESH_TOKEN can unlock more, and the top-level response is a settings object. It does not enumerate actual settings flags, but the added auth and return-shape context is valuable.

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, return shape, and auth behavior are each stated in a single explicit line with no filler. The most important information, that this is global CMS settings, is front-loaded.

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 zero-parameter read-only settings fetch, the description is nearly complete: it covers what the tool returns, that it needs no key, and that a refresh token can expand results. The main gap is that it does not list the actual settings or feature flags included, and there is no output schema to fill that gap. However, given the simplicity of the tool, this is not a critical omission.

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?

This tool has zero parameters and an empty schema, so there is no parameter burden for the description to carry. The description appropriately frames the tool as global and unfiltered. The baseline for a zero-parameter tool is 4, and nothing here reduces that.

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 identifies the exact resource: global CMS settings and feature flags for the app, and even states the return shape as {settings:{}}. It is distinguishable from sibling CMS tools like sportsbet_cms_messages and sportsbet_cms_page because it names settings/feature flags. It lacks an explicit verb like 'Get' or 'Retrieve', which keeps it from a 5.

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?

Usage is implied: call this when global app settings or feature flags are needed. It also gives auth context by noting no key is required and the refresh token may unlock more. However, it never explicitly contrasts itself with sibling CMS tools or states when not to use it.

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