Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

flashscore_match_lineups

Retrieve Flashscore match lineups and formations using an eight-character match id, returning the provider's raw delimited text for published starting lineups.

Instructions

Flashscore match lineups and formations. Returns the public starting-lineup and formation feed as the provider's raw delimited text. Matches without published lineups return not found.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesEight-character Flashscore match id

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

A3.6/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden. It usefully discloses that the result is the provider's raw delimited text rather than parsed data, and that missing lineups yield a not-found result. It does not cover rate limits or id failure modes, but for a simple single-parameter read this is sufficient.

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 short sentences, front-loaded with the resource and then providing return format and not-found behavior. Every sentence adds information with no filler.

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 lookup with no output schema, the description tells the agent what it will get (raw delimited lineups/formations) and what happens when data is absent. A brief note on how the id relates to other Flashscore tools or an example of the delimited format would make it fully self-contained, but it is nearly complete.

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 only parameter, id, is already fully described in the schema as an eight-character Flashscore match id, giving 100% schema coverage. The description adds no additional parameter-level meaning, so the baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description identifies a specific resource (public starting-lineup and formation feed for a Flashscore match) and uses a clear retrieval verb ('Returns'). It does not explicitly compare itself to sibling tools like flashscore_match_stats or flashscore_match_info, so it stops short of full sibling differentiation.

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

Usage Guidelines2/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 given, and no alternative tool is named. The 'Matches without published lineups return not found' line is a missing-data behavior, not usage guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools