Skip to main content
Glama
bartokulus

openfoot-mcp

by bartokulus

Get match lineups

openfoot_match_lineups

Retrieve confirmed starting XI, benches, and formations for a match using its match ID.

Instructions

Confirmed starting XI, benches and formations for a match.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
matchIdYesMatch ID returned by openfoot_matches
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure, but it only adds the word 'confirmed' and lists data categories. It does not mention lineup availability timing, behavior for unconfirmed or postponed matches, or response shape.

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 concise phrase that front-loads the key content and contains no filler. Every word adds value.

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 one-parameter read-oriented tool, the description is largely complete and sufficient for correct invocation. Minor gaps such as lineup confirmation timing or response format are not critical given the tool's 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?

The single parameter matchId is already fully documented in the schema as the ID returned by openfoot_matches, so the schema provides complete parameter semantics. The description adds nothing further about the parameter, making the baseline 3 appropriate.

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 exactly what the tool returns: confirmed starting XI, benches, and formations for a match. This clearly differentiates it from sibling tools like openfoot_match_events, openfoot_match_xg, and openfoot_standings.

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?

No explicit when-to-use or when-not-to-use guidance is provided, and no alternatives are named. However, the description makes the purpose obvious enough that an agent can infer when to select this tool over related match-data 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/bartokulus/openfoot-mcp'

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