Skip to main content
Glama
ddevetak

footballcharts-mcp

by ddevetak

Match detail

get_match

Retrieve a complete match analysis including model probabilities for 1X2, over/under, BTTS, HT lines, plus team ratings and first-goal-time histograms by providing the match slug.

Instructions

One match by slug (country/league-slug/date-home-vs-away, as returned by get_fixtures): full model probability block across markets (1X2, over/under lines, BTTS, HT lines), team ratings, first-goal-time histograms.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesMatch slug, e.g. 'england/premier-league/2026-08-22-arsenal-vs-chelsea'
Behavior4/5

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

Without annotations, the description fully discloses behavioral aspects: it returns probability models, team ratings, and histograms. It clarifies input requirements (slug format) and the model is read-only (get), which aligns with the tool's purpose. No contradictions with missing 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 a single, well-structured sentence that efficiently conveys purpose, input format, and output contents with no wasted words.

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?

The description is complete for a single-parameter tool with a simple return model. No output schema is needed given the detailed description of what is returned. A minor gap: it does not explain return format or potential error conditions, but for this context it suffices.

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 coverage is 100% with one parameter. The description adds meaning by explaining the slug format and source (get_fixtures), but the schema already provides an example. This adds some value beyond the schema, justifying a 3 baseline.

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 uses specific verbs and resources: 'get_match' retrieves a match by 'slug'. It details the return data (full probability block across markets, team ratings, histograms) and explains the slug format, distinguishing it from siblings like get_results or get_fixtures.

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 explains the required slug format (country/league-slug/date-home-vs-away) and references get_fixtures as the source for slugs, providing clear context for use. It does not explicitly state when not to use this tool or mention alternatives among siblings, but the specificity is strong.

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/ddevetak/footballcharts-mcp'

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