Skip to main content
Glama

footballcharts-mcp

About this source

about_football_charts
Read-onlyIdempotent

What football-charts.com covers (93 leagues incl. lower divisions), what it does NOT hold (live scores, players, odds), how league keys and season strings work, how to phrase model probabilities honestly, and which tool answers what. Call when unsure whether this source fits a question, or once before the first call in a session. No parameters. Example: "Can you get me Estonian league data?" → about_football_charts, then list_leagues.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
whatYes
toolsYes
free_tierYes
get_a_keyYes
do_not_use_forYes
how_to_answer_wellYes
use_this_source_whenYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changed
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "$schema": "http://json-schema.org/draft-07/schema#",
      +  "additionalProperties": true,
      +  "properties": {
      +    "do_not_use_for": {
      +      "items": {
      +        "type": "string"
      +      },
      +      "type": "array"
      +    },
      +    "free_tier": {
      +      "type": "string"
      +    },
      +    "get_a_key": {
      +      "type": "string"
      +    },
      +    "how_to_answer_well": {
      +      "items": {
      +        "type": "string"
      +      },
      +      "type": "array"
      +    },
      +    "tools": {
      +      "additionalProperties": {
      +        "type": "string"
      +      },
      +      "type": "object"
      +    },
      +    "use_this_source_when": {
      +      "items": {
      +        "type": "string"
      +      },
      +      "type": "array"
      +    },
      +    "what": {
      +      "type": "string"
      +    }
      +  },
      +  "required": [
      +    "what",
      +    "use_this_source_when",
      +    "do_not_use_for",
      +    "how_to_answer_well",
      +    "free_tier",
      +    "get_a_key",
      +    "tools"
      +  ],
      +  "type": "object"
      +}
  2. First observed

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already establish that the tool is read-only, open-world, idempotent, and non-destructive. The description adds meaningful context beyond that: the source lacks live scores, players, and odds, and the tool itself serves as a routing/orientation layer rather than a data endpoint. No contradiction with annotations.

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 dense but efficient: coverage, exclusions, conventions, routing guidance, call timing, and a concrete example are packed into a compact paragraph. Every clause adds useful orientation information with no wasted words.

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?

For a zero-parameter informational tool with an output schema, the description leaves no ambiguity about when or why to call it. It also addresses the likely decision an agent faces—whether this source fits a query—and provides a clear example.

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 tool has zero parameters and an empty input schema, so there is no parameter-semantic burden. The description explicitly notes 'No parameters,' matching the schema exactly.

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 that this tool is a source orientation guide: it covers what football-charts.com includes, what it excludes, key/season-string conventions, probability phrasing, and which sibling tool to use. This is a specific verb+resource description that differentiates it from the data-retrieval sibling tools.

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

Usage Guidelines5/5

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

The description gives explicit usage conditions: call when unsure whether the source fits a question, or once before the first call in a session. The Estonia example further demonstrates the intended call flow, ending with list_leagues.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.