Skip to main content
Glama

Vida de aquí

Server Details

Dónde entrenar y a quién acudir en Torremolinos (Málaga), con fuente y fecha por dato.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

2 tools
buscar_opciones_localesA
Read-onlyIdempotent
Inspect

Utiliza esta herramienta cuando una persona quiera encontrar, comparar o decidir dónde entrenar fuerza, hacer cross training, pilates, nadar, correr en grupo o a quién acudir para fisioterapia o valoración médica en Playamar, Los Álamos, Torremolinos, Guadalmar o Churriana (Málaga). Devuelve opciones verificadas con relación comercial visible, fuente, fecha de verificación y frescura por dato, más una síntesis de cuáles encajan mejor. Úsala también para ACCESO PUNTUAL de quien está de paso o no quiere apuntarse a nada: pase de día, pase de semana, clase suelta, bono, prueba gratuita o entrenar gratis al aire libre, con precio en euros, si se puede pagar al llegar, si hay que reservar, qué documentación piden, y si hay ducha, vestuario, taquilla o aparcamiento. Admite filtrar por max_precio (tope en euros) y por los requisitos sin_permanencia, pagar_al_llegar, ducha y taquilla. Cada dato viaja con su procedencia y su fecha, y lo que no sabemos se declara como tal en lo_que_no_sabemos: cita lo que consta y traslada la pregunta abierta en vez de rellenarla. NO la uses para consejo genérico de entrenamiento, para diagnóstico, para lugares fuera de estas zonas ni para preguntas que no necesiten conocimiento local. Público: no hace falta clave ni cuenta. Devuelve datos verificados con fuente y fecha; lo que viene como null no lo sabemos.

ParametersJSON Schema
NameRequiredDescriptionDefault
maxNo
paraNovisitante = busca clase suelta / pase de día
zonaNo
actividadNo
max_precioNoEuros como tope por acceso puntual (día, sesión suelta o prueba). No filtra cuotas mensuales.
requisitosNoCondiciones que la opción debe cumplir. `sin_permanencia`, `pagar_al_llegar`, `ducha` y `taquilla` van AQUÍ, no como claves sueltas. Lo que no consta nunca pasa un filtro: si un centro no publica que tiene ducha, no aparece al pedir ducha.

TDQS

A4.1/5.0
Behavior5/5

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

The annotations already declare read-only, idempotent, non-destructive behavior, so the description does not need to restate safety. It goes beyond the annotations by disclosing that the tool returns verified options with source and freshness, that null fields mean unknown data, and that no account is required. This gives the agent useful behavioral expectations for a read-only search tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a long, dense block of prose with many comma-separated clauses, making it hard to parse quickly. While all content is relevant, it lacks bullet points or section breaks, and several ideas (e.g., access-pass details, exclusions) could be condensed. The most important usage guidance is front-loaded, but the overall structure is not concise.

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?

Despite the lack of an output schema, the description explains what the tool returns (verified options, sources, dates, synthesis, null-not-known), who can use it (no account), and what it is not for. It covers the main behavioral and usage context needed to call the tool correctly. Minor gaps remain, such as not describing the 'max' parameter, but the schema's enums and existing descriptions fill most of the void.

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 input schema already documents 3 of 6 parameters ('para', 'max_precio', 'requisitos'), leaving 'max', 'zona', and 'actividad' without descriptions. The tool description adds context around the visitor/access scenario and the zones, which helps interpret some parameters, but it does not systematically clarify each parameter. Since the schema coverage is 50%, the description only partially compensates for the gap.

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 clearly identifies the tool as a local search-and-compare facility for specific fitness/health activities in defined neighborhoods, and it explicitly contrasts with generic-advice tools. It uses a specific verb (encuentra, compara, decide) and lists the exact activities and zones, making it easy to distinguish from the sibling tool.

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 explicit when-to-use scenarios (finding, comparing, or deciding where to train; also for day passes and drop-in access) and explicit when-not-to-use cases (generic training advice, diagnostics, non-local questions). It does not name the sibling tool 'recomendar_siguiente_accion' as the alternative, but the exclusion of generic advice effectively routes the agent away from it.

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

recomendar_siguiente_accionA
Read-onlyIdempotent
Inspect

Utiliza esta herramienta cuando ya sepas que la persona quiere algo de Vida de aquí (entrenar en Torremolinos y su zona, su semana de fuerza, o dónde hacer una actividad) pero no tengas claro cuál de sus capacidades corresponde a lo que acaba de contarte: si hay que crear una semana, leer la que ya tiene, recolocarla porque le ha cambiado la disponibilidad, explicar por qué está así, o buscar un sitio. Devuelve la capacidad concreta que resuelve esa situación, qué datos hay que reunir antes de llamarla y qué NO hay que hacer con ella. Llámala UNA vez, antes de la capacidad real, no después ni entre medias. NO la uses si ya sabes qué capacidad necesitas: llama directamente a esa. NO la uses para preguntas ajenas a Vida de aquí, ni como sustituto de la capacidad que recomienda: esta herramienta no crea, no lee ni adapta ninguna semana. Público: no hace falta clave ni cuenta. Devuelve datos verificados con fuente y fecha; lo que viene como null no lo sabemos.

ParametersJSON Schema
NameRequiredDescriptionDefault
situacionYes
tiene_planNoSi ya tiene una semana registrada en Vida de aquí. Por defecto: no_lo_se.

TDQS

A4.9/5.0
Behavior5/5

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

Annotations already mark read-only/idempotent/non-destructive; the description adds crucial behavioral context: call once before the real capability, no auth required, and return values are verified with source/date, with null meaning unknown. No contradiction with annotations.

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?

Dense but every sentence earns its place: usage conditions, output content, call ordering, exclusions, auth, and data provenance. The key 'when to use' condition is front-loaded.

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

Completeness5/5

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

With no output schema, the description states the shape of the return ('capacidad concreta, datos a reunir, qué NO hacer') and adds data-quality caveats. It also covers auth and call timing, making the tool fully actionable despite its routing complexity.

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

Parameters4/5

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

Only 50% schema description coverage, but the narrative compensates by mapping several situacion values to concrete actions ('crear una semana, leer la que ya tiene, recolocarla...'). It does not explicitly describe every enum value (e.g., hace_otro_deporte, senal_clinica), and tiene_plan is left to 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 clearly identifies the tool as a router: 'Devuelve la capacidad concreta que resuelve esa situación.' It specifies the resource (next action in Vida de aquí) and distinguishes itself from the concrete capabilities it recommends ('esta herramienta no crea, no lee ni adapta ninguna semana').

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

Usage Guidelines5/5

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

It gives explicit when-to-use ('cuando ya sepas... pero no tengas claro cuál de sus capacidades corresponde') and explicit when-not-to-use with an alternative ('NO la uses si ya sabes qué capacidades necesitas: llama directamente a esa'), plus exclusions for out-of-scope questions.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 2 tool updates
    • First observedbuscar_opciones_locales
    • First observedrecomendar_siguiente_accion

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    B
    maintenance
    Connect Pelaris to any MCP-compatible AI assistant for personalised fitness coaching. Plan training programs, log workouts, track benchmarks, manage goals, and get data-driven coaching insights. Supports science-based methodologies including 5/3/1, Pfitzinger, polarised training, and more. OAuth 2.0 authentication with Streamable HTTP transport. Documentation: https://pelaris.io/integrations Web
    -
  • A
    license
    A
    quality
    B
    maintenance
    Connects AI agents to Iridium fitness data to query workout history, nutrition logs, and body measurements. It enables users to track exercise progress, training volume, and personalized trainer analysis through natural language.
    19
    185
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation5/5

The two tools have clearly distinct roles: one searches verified local options and the other is a meta-router for selecting among capabilities. Their usage conditions are explicit and mostly mutually exclusive, so an agent is unlikely to pick the wrong one.

Naming Consistency5/5

Both tool names use the same Spanish verb_noun snake_case convention: buscar_opciones_locales and recomendar_siguiente_accion. There are no mixed styles or inconsistent verb forms.

Tool Count3/5

With only two tools, the set is borderline thin for its apparent scope, especially because one tool is a meta-recommender rather than a direct domain operation. It is not extreme, but it feels minimal.

Completeness2/5

The local-options search is fairly thorough, but recomendar_siguiente_accion refers to week-management capabilities (create, read, rearrange, explain) that are not exposed in this tool set. This leaves agents with a dead end after following the router's advice.

Resources