Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

cricketaustralia_content

Read-onlyIdempotent

Fetch paginated Cricket Australia CMS content by type—videos, articles, audio, or playlists—with optional tag filters for teams or competitions.

Instructions

Pulselive CMS content list by type — VIDEO (highlights/replays), TEXT (articles), AUDIO, or PLAYLIST (curated collections). Paginated.

Returns: {pageInfo:{page, pageSize, numPages, numEntries}, content:[{id, type, title, description, date, ...}]}

Auth: none needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoZero-based page index.
detailNoDetail level (STANDARD or BASIC).STANDARD
pageSizeNoItems per page.
tagNamesNoOptional tag filter (e.g. a competition or team tag).
contentTypeYesContent type. One of: VIDEO, TEXT, AUDIO, PLAYLIST. Required — part of the URL path.
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the safety profile is covered. The description adds valuable behavioral context: pagination behavior, the return object structure (pageInfo and content array), and that no authentication is needed. This goes beyond the annotations and helps set expectations for the agent.

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: a one-sentence purpose, followed by a return object example and an auth note. Every sentence earns its place, and the most critical information (what the tool does) 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 list tool with no output schema, the description provides a clear return shape, pagination details, auth requirements, and content type explanations. It does not cover every interaction (e.g., default pageSize limits or tagNames behavior), but the schema documents these parameters sufficiently. Overall, the description is complete enough for an agent to invoke and interpret results.

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?

The input schema already describes all parameters with 100% coverage, including the contentType enum and defaults. The description provides minor additional context by clarifying what each content type contains (e.g., VIDEO highlights/replays), but it does not add significant parameter semantics beyond the schema. Baseline 3 is appropriate.

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 action ('content list'), the resource ('Pulselive CMS'), and the scoping by type (VIDEO/TEXT/AUDIO/PLAYLIST) with specific examples (highlights/replays, articles). It is distinct from sibling tools, which focus on other Cricket Australia data like fixtures, teams, or standings.

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?

The description implies usage for retrieving paginated content lists by type, but it does not explicitly mention when to use this tool instead of alternatives (e.g., cricketaustralia_playlist for playlists specifically). It lacks explicit exclusions or alternative tool references, so the usage context is clear but not fully differentiated.

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