Skip to main content
Glama
AlanGr12

sportlink-mcp

by AlanGr12

buscar_entrenadores

Find registered coaches in SportLink by sport, location, or club affiliation. Use filters to narrow results and connect with suitable coaching options.

Instructions

Busca entrenadores registrados en SportLink. Filtra opcionalmente por deporte, ubicacion o tieneclub.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
deporteNoNombre o ID del deporte
tieneclubNoSi el entrenador pertenece a un club (true/false)
ubicacionNoUbicación del entrenador

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations, the description carries the burden; it does disclose a query-like action and that all filters are optional. However, it omits behavioral details such as whether filters combine, pagination behavior, or what the result set looks like when no filters are provided.

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?

Two short sentences, no fluff; the core action is front-loaded and every word contributes.

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?

The tool is simple and all parameters are documented, so no required arguments are missing. Still, without an output schema or annotations, the description leaves the response shape and filter combination behavior implicit, which is a notable gap.

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 merely repeats the three filter names and marks them as optional, adding no deeper semantics beyond the schema.

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 ('Busca') and resource ('entrenadores registrados en SportLink'), clearly identifying what the tool returns and how it differs from sibling tools like buscar_entrenamientos or buscar_clubes.

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?

It implies usage for finding registered coaches and lists three optional filters, but it never explicitly states when to prefer this tool over sibling search tools or provides exclusion criteria.

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