Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

sportsbet_cms_page

Read-onlyIdempotent

Fetch CMS page blocks by competition ID or page path to access page content and structure.

Instructions

CMS page block by competition id or page path (one of the two is required).

Returns: {page:{path, blocks:[{type, content}]}}

Auth: none needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
loggedInNoReturn the logged-in variant.
pagePathNoCMS page path (use this OR competitionId).
competitionIdNoCompetition id (use this OR pagePath).
Behavior4/5

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

Annotations already declare readOnly/openWorld/idempotent hints, and the description adds valuable context: auth is not needed, the return structure is shown, and the required-parameter constraint is explicit. This goes beyond what annotations provide without contradiction.

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 extremely concise, with the purpose stated in the first sentence, followed by a compact return type and auth note. No wasted words or redundant schema repetition.

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?

Given there is no output schema, the description appropriately includes a Returns line showing the page and blocks structure. It could be more complete by explaining behavior when both parameters are supplied or error handling, but for a simple read-only tool with three parameters, it provides sufficient context.

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 baseline is 3. The description adds critical semantics by explicitly stating that one of competitionId or pagePath is required, which is not captured in the schema (since no required parameters are listed). This clarifies the mutual exclusivity beyond the schema's own 'use this OR' hints.

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 retrieves a CMS page block by either competition ID or page path, with a return shape included. It distinguishes itself from sibling CMS tools like sportsbet_cms_settings and sportsbet_cms_messages by focusing on page blocks.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains that one of the two parameters is required, but provides no guidance on when to choose this tool over alternatives such as sportsbet_page_content or other CMS-related tools. It lacks explicit when-to-use vs. when-not-to-use instructions.

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