Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

cricketdata_match_info

Read-onlyIdempotent

Retrieve detailed cricket match info including toss, venue, teams, and result using a match ID.

Instructions

One match: toss, venue, teams and result.

Returns: {status, data:{id, name, matchType, status, venue, date, dateTimeGMT, teams, teamInfo, score:[{r, w, o, inning}], tossWinner, tossChoice, matchWinner, matchStarted, matchEnded}} — SHAPE FROM VENDOR DOCS.

NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.

Example: One match {"id": ""}

Auth: needs your own key in CRICKETDATA_API_KEY.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesMatch id (from a match list).
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint. The description adds valuable context: it reproduces the return shape, explicitly warns that the shape is unverified and approximate, advises inspecting the live payload, and states the API key requirement. This goes beyond redundant annotation repetition.

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 well-structured: purpose, return shape, caveat, example, and auth are each distinct and front-loaded. Every sentence carries information, and the caveat about vendor documentation is important and honestly presented. No filler.

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 simple one-parameter lookup, the description covers the core purpose, input format, expected output shape, authentication, and an unverified-data warning. It does not mention error handling or live vs. historical match status, but the provided shape includes status/type fields, mitigating that gap.

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% — the single 'id' parameter already has a clear description ('Match id (from a match list).'). The tool description does not add additional semantics beyond the schema, so the baseline of 3 applies.

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 opens with 'One match: toss, venue, teams and result,' which clearly specifies a single-match lookup with a identifiable set of fields. It distinguishes itself from sibling tools like cricketdata_matches (lists) and cricketdata_scorecard (detailed scorecard) by scope and content.

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?

The phrase 'One match' plus the example with an id implies the tool is used when you already have a match id (e.g., from a match list). The context is clear, but no explicit alternative or when-not-to-use guidance is given relative to sibling match-related tools.

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