Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

cricinfo_teams

Retrieve Cricinfo's grouped public team directory, covering international, domestic, and franchise team identities.

Instructions

List Cricinfo teams. Returns Cricinfo's grouped public team directory, including international, domestic, and franchise team identities.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.16.2

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It states the tool 'lists' and 'returns' a directory, which implies a read-only operation, but it does not mention any limitations, authentication needs, rate limits, or the structure of the response. For a simple listing tool this is acceptable but minimal.

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?

Two short sentences with no fluff. The core action and scope are front-loaded, and every word adds value.

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 the tool's simplicity (no params, no output schema), the description covers the essential purpose. It could have mentioned the grouping or the types of teams included, which it does. It doesn't describe the exact response format, but for a directory listing that is likely acceptable.

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 reflects that (100% coverage). The description adds no parameter-specific details because there are none to document. Baseline for 0 params is 4.

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 verb 'List' and the resource 'Cricinfo teams', and adds that it returns a grouped public team directory covering international, domestic, and franchise teams. It distinguishes from the singular 'cricinfo_team' sibling implicitly by focusing on the plural directory, but does not explicitly name the alternative.

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?

No explicit guidance on when to use this tool versus alternatives like cricinfo_team (singular) or cricinfo_squads. It does not state that this is for browsing all teams vs. looking up a specific team, leaving the agent to infer the distinction.

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