Skip to main content
Glama
dumkoder

Statos MCP Server

by dumkoder

list_leagues

List soccer leagues available to your API key, with filters for continent and specialized leagues. Each result includes an ID for use in list_picks queries.

Instructions

List the soccer leagues the Statos engine tracks (filtered to what the API-key holder's plan permits). Each league carries an id you can pass to list_picks for filtering, plus name, country, continent, and an is_specialized flag indicating leagues the engine biases toward. Useful for discovery: 'which European leagues can I see?' or 'show me the specialized leagues only'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum leagues to return (default 200, max 500).
continentNoFilter to one continent. Omit for all leagues the API key can see.
specialized_onlyNoIf true, return only is_specialized=true leagues — the curated set the suggestion engine biases toward.
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses plan-based access restrictions and explains that the is_specialized flag indicates leagues the engine biases toward, adding meaningful behavioral context beyond the schema. It does not explicitly state read-only behavior, but 'List' strongly implies it, and the additional context 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?

The description is concise, front-loaded with the main action, and every sentence provides value—from the plan filter to the output fields to example queries. No redundancy or filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema and no annotations, the description thoroughly covers what the tool returns (id, name, country, continent, is_specialized flag), notes plan-based restrictions, and even mentions the integration point with list_picks. It is fully sufficient for an agent to understand and invoke the tool correctly.

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

Parameters4/5

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

The input schema has 100% coverage with clear parameter descriptions, so the baseline is 3. The description adds extra meaning by explaining the is_specialized flag and how the id relates to list_picks, enriching the semantics of the specialized_only parameter and the output's utility.

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 clearly states the tool lists soccer leagues tracked by the Statos engine and explicitly mentions plan-based filtering. It differentiates itself from siblings by noting that league IDs can be used with list_picks, making the tool's role in the ecosystem clear.

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

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides concrete use-case examples ('which European leagues can I see?') and explains how to filter for specialized leagues. It does not explicitly contrast with alternative tools, but the discovery-oriented framing and reference to list_picks give clear guidance on when this tool is appropriate.

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/dumkoder/statos-mcp'

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