Skip to main content
Glama
jedi-knights

jk-mcp-ecnl

Official
by jedi-knights

get_match

Read-onlyIdempotent

Retrieve detailed match information including teams, score, and events by providing a match token.

Instructions

Get detailed information for a single match by its token.

Returns the match-detail / box-score payload (teams, score, events) as JSON. The match token comes from a schedule entry's match data.

Args: match_token: The match's token/ID string.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
match_tokenYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true. The description adds that it returns match-detail/box-score payload as JSON and explains the token origin, which is valuable beyond annotations. No contradictions.

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 four sentences with an Args section; it is front-loaded with the purpose and contains no extraneous information. Every sentence adds value.

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

Completeness5/5

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

Given one parameter, annotations covering safety, and an existing output schema, the description fully explains purpose, return type, and token provenance. It is complete for a single-match detail tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, but the description fully compensates by documenting the single parameter 'match_token' as the match's token/ID string and explaining its origin. This provides complete semantic meaning.

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 clearly states the verb 'Get' and the resource 'detailed information for a single match by its token.' It specifies the unique identifier (match token) and distinguishes from sibling tools that return lists or different scopes (e.g., get_results, get_schedule).

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 description explains that the match token comes from a schedule entry, implying the tool should be used when a token is available. It doesn't explicitly list when not to use it, but the context is clear enough to differentiate from siblings.

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/jedi-knights/jk-mcp-ecnl'

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