Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

cricinfo_calendar

Retrieve the current international cricket match calendar from Cricinfo. Get dated match days and series labels in clean JSON for planning schedules.

Instructions

Get the Cricinfo international calendar. Returns the dated international match calendar currently published by Cricinfo. It includes match-day names and the associated series labels.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.16.2

TDQS

B3.3/5.0
Behavior2/5

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

No annotations were provided, so the description must carry the burden of behavioral disclosure. It mentions the calendar is 'currently published' but does not disclose whether it is read-only, paginated, or limited to recent dates, nor does it describe any potential delays or refresh behavior. This is minimal for a parameterless fetch tool.

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, with three sentences that are front-loaded with the primary purpose. The structure is clear, but the second sentence about what is included could be slightly condensed. Overall, no wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has no parameters and no output schema, the description covers the basic intent but misses important details such as time period covered, format of dates, or how the calendar is structured. An agent would benefit from knowing whether the calendar is global or per-country, and whether it includes future matches only or also past ones.

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 tool has zero parameters, and the schema is empty, so there is nothing to document. The description adds value by specifying the content of the output (match-day names and series labels), which is beyond the schema. Baseline 4 applies due to no parameters.

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 the tool fetches the Cricinfo international calendar and specifies that it includes match-day names and series labels. It is specific enough to distinguish from other Cricinfo tools like cricinfo_squads or cricinfo_live_matches, though it doesn't explicitly contrast with them.

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 the tool is for retrieving the international match calendar, but it does not articulate when to use it versus alternatives like cricinfo_team_schedule or cricinfo_live_matches. It provides context (the return content) but no explicit exclusions or alternative naming.

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