Skip to main content
Glama
AlanGr12

sportlink-mcp

by AlanGr12

buscar_clubes

Find sports clubs registered in SportLink. Filter results by name, location, or sport to locate the right club for your needs.

Instructions

Busca clubes deportivos registrados en SportLink. Filtra opcionalmente por nombre, ubicacion o deporte.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nombreNoNombre del club
deporteNoDeporte que ofrece el club
ubicacionNoUbicación del club

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A4/5.0
Behavior3/5

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

There are no annotations, so the description carries the burden of behavioral disclosure. It correctly implies a read-only search operation and mentions optional filters, but it does not explain the return format, behavior when no filters are provided, pagination, or potential limits. For a low-risk search tool this is acceptable but not fully transparent.

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 two short sentences that front-load the action and resource. Every word contributes meaning: the domain, the optional filter behavior, and the filter fields. There is no redundancy or 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 search tool with zero required parameters, no nested objects, and no output schema, the description covers the essential aspects: purpose and filter options. It does not mention return values or explicitly route away from sibling tools, but these are minor omissions given how straightforward the tool is.

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 description coverage is 100%, so the baseline is 3. The description repeats the filter names (nombre, ubicacion, deporte) and adds the notion of optionality, but it does not add deeper semantics such as partial matching, case sensitivity, or how multiple filters combine. It does not need to compensate much because the schema already documents each parameter.

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 states a specific action ('Busca') on a clear resource ('clubes deportivos registrados en SportLink') and lists the filter dimensions. The resource type 'clubes' clearly distinguishes this from sibling tools like buscar_pruebas, buscar_entrenamientos, and buscar_entrenadores.

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 gives clear context for when to use the tool: when searching for sports clubs in SportLink, with optional filters. It does not explicitly name alternatives or exclusion criteria, but the sibling tool names make the resource boundary obvious, so this is a minor gap rather than a serious one.

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

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/AlanGr12/sportlink-mcp'

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