Skip to main content
Glama
jordanlyall

wc26-mcp

Get Groups

get_groups
Read-only

Retrieve FIFA World Cup 2026 group details including teams, venues, and match schedule. Filter results by a specific group letter A through L.

Instructions

Get FIFA World Cup 2026 group details. Returns teams, venues, and match schedule for each group. Optionally filter to a specific group.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupNoSpecific group letter A through L. Omit for all groups.
Behavior4/5

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

Annotations already include readOnlyHint: true, so the description does not need to re-state safety. It adds value by detailing that it returns teams, venues, and match schedule for each group. 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?

Two sentences, front-loaded with the core purpose followed by optional detail. No wasted words.

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?

With one optional parameter, no output schema, and readOnlyHint annotation, the description is complete. It clearly states what data is returned, making it sufficient for an agent to invoke correctly.

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%, but the description adds meaning by clarifying that the group parameter is for a specific letter A through L and that omitting it returns all groups. This goes beyond the schema's description.

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 explicitly states 'Get FIFA World Cup 2026 group details' and specifies the returned data (teams, venues, match schedule). It clearly distinguishes from sibling tools like get_teams or get_matches by focusing on groups.

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 mentions optional filtering 'Optionally filter to a specific group' but does not provide explicit guidance on when to use this tool versus alternatives such as get_standings or get_matches. Usage is implied but not contrasted with 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/jordanlyall/wc26-mcp'

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