Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

pointsbet_content_call

Read-onlyIdempotent

Retrieve PointsBet's static CMS and navigation JSON by operation name. Get the data powering menus, tiles, logos, and maintenance banners for site analysis and comparison.

Instructions

Fetch one of PointsBet's static CMS / navigation JSON assets from pointsbet.com.au by operation name (no params). These drive the site's menus, tiles, logo mappings, build manifest and maintenance banner. Read pointsbet://content/operations for the operation list.

Returns: (JSON object)

Auth: none needed.

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?

Beyond the readOnlyHint/idempotentHint annotations, the description adds useful behavioral context: no auth needed, returns a JSON object, and guessing an operation name returns an error listing alternatives. It also explains what the assets drive (menus, tiles, etc.). No contradictions with annotations, though the '(no params)' phrase is internally inconsistent with the schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and well-structured with clear sections for returns and auth. The misleading '(no params)' phrase is extraneous and slightly confusing, but overall the text is efficient and 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?

With no output schema, the description at least states the return type (JSON object) and points to the operation catalogue for further context. It does not detail the JSON structure, but for a generic static-content fetcher this is acceptable. The auth requirement and asset purpose round out the picture.

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

Parameters3/5

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

Schema coverage is 100% with each parameter well described. The description adds marginal value by pointing to the catalogue resource for valid operation names, but it does not significantly extend beyond the schema's already detailed parameter explanations.

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 clearly states it fetches PointsBet's static CMS/navigation JSON assets by operation name, distinguishing it from sibling tools that retrieve live sports data. However, the parenthetical '(no params)' is misleading because the schema accepts optional path_params and query_params, which slightly muddies the stated purpose.

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?

It clearly indicates the tool is for static content/navigation assets rather than dynamic data, and directs the user to read pointsbet://content/operations for the operation list. It does not explicitly name alternatives or state when not to use it, but the scope is well implied.

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