Skip to main content
Glama
i-m-arul

CricketStudio MCP

by i-m-arul

get_graph_path

Find the shortest connection (up to 4 hops) between two cricket entities in a knowledge graph, returning the path as a list with canonical URLs or 'connected=false' if none exists.

Instructions

Shortest connection (≤4 hops) between two cricket entities in the knowledge graph — e.g. how one player links to another via a shared franchise. Returns the path as a list of entities with canonical URLs, or connected=false if none within maxDepth. Use for "how is Kohli connected to Bumrah".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toSlugYesEnd entity slug
fromSlugYesStart entity slug
maxDepthNoDefault 3, max 4
Behavior4/5

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

Describes the return format (list of entities with canonical URLs or connected=false) and the depth limit (≤4 hops). No annotations are provided, so the description covers the essential behavioral traits. It could mention that it is read-only, but overall transparent.

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 two sentences plus an example. It is front-loaded with the core functionality and example, and every sentence adds value. No fluff or repetition.

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 tool with three parameters and no output schema, the description covers purpose, input examples, depth limit, and return format. It is complete enough for an agent to use correctly, though it could explicitly state default maxDepth (3) as per schema.

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 baseline is 3. The description adds value by explaining the concept of 'shortest connection' and mentioning the example of a shared franchise, which enriches the understanding of the parameters and their usage.

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?

Clearly states the tool finds the shortest connection (≤4 hops) between two cricket entities. The example 'how is Kohli connected to Bumrah' makes it concrete and distinguishes it from siblings like get_player_connections which might have different logic or depth.

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?

Provides a clear use case for the tool (how is X connected to Y). However, it does not explicitly contrast with alternative tools or state when not to use it. The example helps, but exclusion criteria are missing.

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/i-m-arul/cricketstudio-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server