Skip to main content
Glama
sanketjoshi2012

FIFA World Cup 2026 MCP Server

get_match_result

Retrieve the final score and goals for any World Cup match by providing the two competing teams.

Instructions

Get the result and goals for a specific World Cup match between two teams.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
team1Yes
team2Yes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries the burden. It clearly indicates the tool returns result and goals, implying read-only behavior. No side effects or limitations are mentioned, but for a simple data retrieval tool, this is sufficiently 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 a single, clear sentence of 15 words. It is front-loaded with the action ('Get') and directly conveys the purpose without extraneous information. Every word earns its place.

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 presence of an output schema, the description need not detail return values. It covers the core functionality and distinguishes the tool from siblings. However, it lacks guidance on error handling or valid team names, which would improve completeness.

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

Parameters2/5

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

Schema description coverage is 0%, meaning no parameter descriptions exist. The tool description only adds that parameters are team names, without specifying format (e.g., full name, code) or any constraints. This minimal addition does not sufficiently compensate for the lack of schema descriptions.

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 tool retrieves the result and goals for a specific World Cup match identified by two teams. It distinguishes itself from sibling tools like get_all_results (all matches) and get_standings (standings) by focusing on a single match.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies use when you need a result for a specific pair of teams, but it does not explicitly tell the agent when to choose this tool over siblings like get_all_results or get_todays_matches. The usage context is inferred but not directly stated.

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/sanketjoshi2012/worldcup-mcp'

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