Skip to main content
Glama
roblanc

footballstack-mcp

Get match events

footballstack_match_events

Get key match events and commentary — goals, cards, substitutions — for a single football match by providing its match ID.

Instructions

Key events and commentary timeline for one match (goals, cards, substitutions). For live matches this is the polling-heavy endpoint — mind the monthly quota.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesMatch id
Behavior3/5

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

With no annotations, the description carries the behavioral burden. It discloses a key operational trait (polling-heavy, quota consumption), which is useful. However, it does not mention error behavior, response format, or that this is a read-only operation. The quota warning is a positive but incomplete picture.

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 succinct sentences: first states the core functionality, second adds a practical quota warning. No filler, front-loaded, 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?

For a single-parameter tool with no output schema, the description covers what the tool returns (key events and commentary timeline) and a usage caveat (live match polling). While it doesn't list specific event types in full, the examples and timeline scope are enough for an agent to decide. Lacks details on pagination or data shape, but acceptable for this simplicity.

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

Parameters3/5

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

Schema coverage is 100% for the single parameter 'id', with a clear description 'Match id'. The description adds no further semantics beyond already present, so baseline 3 is appropriate. It could have mentioned how to obtain the id (e.g., from matches endpoint), but that is not required.

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 states a clear verb ('get') and resource ('match events') with specific content examples ('goals, cards, substitutions'), and the 'commentary timeline' distinguishes it from sibling tools like lineups or xG. It is unambiguous and specific.

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?

It provides a context hint ('For live matches this is the polling-heavy endpoint') but does not explicitly state when to use this tool versus alternatives, nor when not to use it. No alternatives are named, so an agent must infer that this is the events timeline tool among the 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/roblanc/footballstack-mcp'

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