Skip to main content
Glama

Nueve de Diciembre — River Plate

Partidos

get_matches
Read-onlyIdempotent

Fixture y resultados recientes de River desde la base del sitio. upcoming son los próximos partidos (incluye el que se está jugando), recent los últimos finalizados. Los datos de fixture provienen de un proveedor externo y pueden ir por detrás del resultado en vivo; el campo syncedAt indica la última actualización.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
localeNoIdioma de la respuesta. 'es' (por defecto) o 'en'.es

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already indicate read-only and idempotent behavior. The description adds valuable context beyond annotations: data comes from an external provider, may lag behind live results, and `syncedAt` signals freshness. This helps set expectations about data accuracy.

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 compact and front-loaded: it states the core purpose, then clarifies list semantics, and ends with a caveat about data freshness. Every clause adds useful information without unnecessary filler.

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 read-only tool with two optional parameters and no output schema, the description covers the important behavioral aspects: return sections, live-match inclusion, freshness indicator, and external data caveat. The main gap is the lack of any description of `limit` semantics, but overall an agent can call this tool correctly.

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?

The description adds no meaning for the two parameters. `locale` has a schema description, but `limit` has only type/default/range constraints; the description does not explain how `limit` affects the lists or whether it applies per category. With 50% schema coverage, the description should compensate more.

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 clearly states the tool provides River's fixture and recent results, with explicit definitions of 'upcoming' and 'recent'. It is distinct from siblings like get_match_report or get_standings by its focus on fixture lists and results, though it does not explicitly name those alternatives.

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

Usage Guidelines3/5

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

Usage is implied: use this tool for upcoming and recent fixtures, and the note about external data lagging gives caution for live-result needs. However, it does not explicitly say when to use this tool over siblings or when not to use it.

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