Skip to main content
Glama

predict_matches

Predict every scheduled match in a competition on a UTC date using one shared evidence set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYesUTC date in YYYY-MM-DD format
competitionYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries full behavioral burden. It discloses a notable trait beyond the schema: all predictions in the batch use 'one shared evidence set,' which is important for understanding result consistency. It does not explicitly state side effects or permissions, but 'predict' plus the presence of an output schema makes pure computation the natural reading.

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?

A single sentence front-loads the action and scope and adds one meaningful behavioral clause ('using one shared evidence set'). There is no filler or repetition of schema details.

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 simple two-parameter tool with an output schema, the core task and inputs are fully specified. The main remaining gaps—sibling selection and preconditions—are largely addressed by the batch wording and by the output schema, so nothing essential is missing for a correct invocation.

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?

The description mentions both required parameters ('competition' and 'UTC date'), and the schema already describes the date format. With competition lacking a schema description, the description only repeats the term rather than explaining valid values or formats, so it partially compensates but adds little beyond naming.

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 opens with a specific verb and resource ('Predict every scheduled match in a competition on a UTC date'), immediately distinguishing it from the singular sibling predict_match and the retrieval-focused siblings. It states exactly what the tool produces and for which scope.

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?

It clearly implies the batch scenario: use this when you want predictions for all scheduled matches in a competition on a given UTC date. It does not explicitly name alternatives or exclusions, but the 'every scheduled match' phrasing separates it from single-match prediction without needing further explanation.

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