Skip to main content
Glama
jacobtony

mcp-fifa-scheduler

by jacobtony

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_match_eventB

Create a match event for the match in the world cup and send to the mail of the recipient

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion between tools. The single tool clearly targets a specific action.

Naming Consistency5/5

The tool name 'create_match_event' follows a consistent verb_noun pattern, which is clean and predictable, even though there is only one tool.

Tool Count2/5

A single tool for a scheduler server is severely insufficient; even a minimal scheduler would typically require listing, updating, or deleting events. The count feels far too thin for the declared purpose.

Completeness1/5

The tool only creates a match event and sends an email. There is no way to read, update, cancel, or manage events in any other way, so the surface is severely incomplete for a scheduling domain.

Maintenance

ActivityInactive
ResponsivenessNo issues