Vida de aquí
Server Details
Dónde entrenar y a quién acudir en Torremolinos (Málaga), con fuente y fecha por dato.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
2 toolsbuscar_opciones_localesARead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | ||
| para | No | visitante = busca clase suelta / pase de día | |
| zona | No | ||
| actividad | No | ||
| max_precio | No | Euros como tope por acceso puntual (día, sesión suelta o prueba). No filtra cuotas mensuales. | |
| requisitos | No | Condiciones 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
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.
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.
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.
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.
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.
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_accionARead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| situacion | Yes | ||
| tiene_plan | No | Si ya tiene una semana registrada en Vida de aquí. Por defecto: no_lo_se. |
TDQS
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.
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.
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.
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.
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.
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.
2 tool updates
- First observed
buscar_opciones_locales - First observed
recomendar_siguiente_accion
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Datos verificados de Alicante: transporte, parkings, playas, tiempo, comida y ocio.
Descubre eventos en España: filtra por texto, categoría, ubicación, precio y fecha. 38 categorías.
Subvenciones, licitaciones y boletines oficiales de España y Europa para tu IA. Gratis, sin login.
ELSA — Coach IA de ciclismo y comunidad en LATAM: planifica tu bloque y encuentra tu club.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceEnables creating workout plans, tracking progress, suggesting exercises, and calculating training volume through natural language, compliant with MCP protocol.MIT
- FlicenseNot gradedqualityBmaintenanceConnect 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-
- AlicenseAqualityBmaintenanceConnects 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.19185MIT
- FlicenseNot gradedqualityBmaintenanceProporciona herramientas MCP para gestionar eventos deportivos inclusivos, discapacidades, inscripciones y rutinas mediante microservicios HTTP, con roles de agente (usuario, entrenador, organizador, admin) que filtran las herramientas disponibles.-
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
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.
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.
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.
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.