Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

cricinfo_records

Fetch and normalize Cricinfo record tables from public Statsguru pages. Specify a record path and match class to get a clean table for analysis.

Instructions

Get a Cricinfo record table. Returns a bounded normalized table from a public Cricinfo records page. record is a relative Statsguru record path such as batting/most_runs_career.html. class must be one of 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 20, 21, 22, or 23.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoNumeric record subject identifier
typeNoRecord subject type
classYesRecord match-class. Allowed values: 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 20, 21, 22, 23
recordYesRelative Statsguru record path
currentNoRecord currentness selector

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.16.2

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations, the description carries the disclosure burden. It usefully reveals that the source is public and that the output is a bounded normalized table. However, it does not describe the returned table's structure, the bound/limit behavior, error handling, or how the optional parameters affect the result.

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 front-loads the verb and resource, then gives the two key parameter constraints in two concise sentences. Every sentence earns its place, with no redundant or filler content.

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?

The required inputs and general output type are covered, and the example record path is helpful. However, because there is no output schema, the description should say more about the fields/shape of the returned table. It also misses a pointer to cricinfo_records_index for discovering valid record paths, and the numeric `class` values are not mapped to meaningful match types.

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 the baseline is 3. The description adds meaningful value by providing a concrete example of the `record` path format (`batting/most_runs_career.html`) and explicitly restating the closed vocabulary for `class`. Optional parameters are left to the schema, but required parameters are well illustrated.

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 states a specific action ('Get') and a well-scoped resource: a Cricinfo record table from a public records page, with a normalized table as the return value. It also gives enough context (`record` path and `class`) to distinguish this from the surrounding generic Cricinfo tools, though it does not explicitly name sibling alternatives.

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?

There is no guidance about when to use this tool versus siblings like cricinfo_records_index, cricinfo_stats, or cricinfo_scores. The description explains how to format the parameters but not when this tool is the right choice, and it offers no exclusions or alternatives.

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