Skip to main content
Glama

predict_match

Estimate home, draw, and away probabilities and explain the main statistical factors.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
away_teamYes
home_teamYes
competitionNoOptional free-tier competition name or code; improves team resolution

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure, and it does communicate that the tool outputs probabilities and an explanatory narrative. However, it omits data dependencies, caveats about prediction reliability, and what happens when input teams are unrecognized or data is sparse.

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?

The description is one tight, front-loaded sentence with no filler. It earns its place, though the brevity sacrifices usage guidance and behavioral caveats.

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

Completeness3/5

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

For a three-parameter tool with an output schema, the core invocation is minimally covered. However, the description does not help an agent choose between this and predict_matches, and it lacks edge-case or failure-mode context, making it only adequately complete.

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

Parameters2/5

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

Schema description coverage is only 33%, and the description adds no parameter-level meaning beyond the self-evident names home_team and away_team. It also never mentions the optional competition parameter or clarifies whether team names must be full names, abbreviations, or IDs.

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 names a concrete deliverable: home/draw/away probabilities plus an explanation of statistical factors. It is clear about the outcome but does not distinguish itself from siblings like predict_matches or analyze_match, so it falls short of a 5.

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 guidance is given on when to use this tool versus predict_matches, analyze_match, or get_team_form. There are no when-not-to-use conditions or alternative referrals; the only usage signal is implied by the verb 'estimate'.

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.

Resources