Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

fotmob_league

Fetch comprehensive league information from FotMob—overview, table, fixtures, statistics, transfers, and seasons—by providing a numeric league ID.

Instructions

FotMob league details and sections. Returns FotMob's public league page payload, including available tabs, overview, table, fixtures, statistics, transfers, and seasons where supplied by the league.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
league_idYesNumeric FotMob league id from /fotmob/leagues

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations, the description carries the burden and it does disclose the public nature of the payload and the league-dependent availability of sections ('where supplied by the league'). Still, it omits behavioral details such as expected response shape, error behavior on invalid IDs, or whether results are limited to a current season, so coverage is partial.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences with no filler; the first sentence gives a compact label and the second adds the detailed section list. The only redundancy is that 'details and sections' is restated more precisely by the second sentence, so it is not perfectly tight.

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 tool with no output schema, the description provides a useful summary of the returned content and its variability across leagues. It doesn't detail the JSON structure or error cases, but an agent can select and invoke the tool with the documented league_id and set appropriate expectations for the response.

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 description coverage is 100%, and the schema's league_id description already explains its source (/fotmob/leagues) and numeric type. The tool description adds nothing about the parameter, so the baseline of 3 applies.

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 the tool returns FotMob's public league page payload and enumerates its major sections (table, fixtures, statistics, transfers, seasons), which is a specific verb+resource. This notably distinguishes it from sibling tools like fotmob_table, fotmob_transfers, and fotmob_team, which target narrower subsets.

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?

Usage is implied: the description positions this as the destination for league details and sections, and the schema's league_id description points to /fotmob/leagues as the source of IDs. However, it does not explicitly say when to use this tool over sibling tools such as fotmob_table or fotmob_transfers, nor does it state any exclusions or alternatives.

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