Skip to main content
Glama

mcp-server

Estado de las playas

beach_conditions
Read-onlyIdempotent

Bandera vigente y estado de las playas de Alicante (y municipios próximos) con su ficha: servicios, accesibilidad y URL canónica. Acota por nombre de playa o municipio.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
beachNoNombre de la playa, p. ej. «Postiguet».
limitNoResultados (máx. 10).
municipalityNoMunicipio, p. ej. «Alicante».

TDQS

A3.8/5.0
Behavior4/5

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

Las anotaciones ya cubren readOnlyHint, idempotentHint y openWorldHint, por lo que la barra de transparencia obligatoria es baja. La descripción añade valor al revelar el contenido de la «ficha» (servicios, accesibilidad, URL canónica), el alcance geográfico y el carácter vigente de la bandera. No contradice ninguna anotación.

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?

Dos frases compactas que sitúan el propósito principal al principio y presentan inmediatamente los filtros disponibles. No hay repetición de la información del schema ni relleno innecesario.

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?

Para una herramienta de consulta de solo lectura, idempotente y de mundo abierto, la descripción cubre alcance, criterios de filtrado y contenido de retorno a pesar de no haber output schema. Podría ser más explícita sobre la forma de la lista o los valores posibles de la bandera, pero el agente tiene suficiente información para invocarla correctamente con parámetros opcionales.

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?

Los tres parámetros tienen descripciones en el schema, por lo que la cobertura es del 100% y se aplica el nivel base. La descripción añade la relación entre beach y municipality con «Acota por nombre de playa o municipio», pero no aporta nada nuevo sobre limit. El valor añadido es útil pero limitado.

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?

La descripción identifica claramente el recurso (playas de Alicante y municipios próximos) y el contenido devuelto: bandera vigente, estado, servicios, accesibilidad y URL canónica. Aunque no emplea un verbo principal como «devuelve» u «obtiene», la instrucción «Acota por nombre de playa o municipio» precisa la operación. El ámbito específico de playas la distingue de herramientas hermanas genéricas como find_place o weather_now.

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?

La frase «Bandera vigente y estado de las playas» implica cuándo usar la herramienta: cuando se necesita información actual de bandera, servicios o accesibilidad de playas en Alicante. Sin embargo, no menciona explícitamente alternativas ni cuándo no usarla, dejando la decisión de routing a la inferencia del agente.

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.

TDQS

A3.7/5.0
Disambiguation3/5

Several tools overlap in purpose: find_transit_stop and resolve_entity both resolve stops, while get_current_state, next_departures, favorite_stop, parking_availability, and beach_conditions all provide state/arrival information in different forms. The detailed descriptions help, but an agent could easily select the wrong tool when asked for simple arrival or status information.

Naming Consistency3/5

All names use snake_case and are readable, but the pattern is mixed: some are verb-led (find_place, get_current_state, resolve_entity), some are noun phrases (beach_conditions, fuel_prices, flight_status), and others are quirky (whats_on, catch_vehicle_decision). This is not chaotic, but it lacks a strong consistent convention.

Tool Count4/5

With 16 tools, the server is just above the ideal 3-15 range, but the broad Alicante information domain justifies the count. Each tool covers a distinct vertical or query path, and the set feels reasonably scoped rather than bloated.

Completeness4/5

The tool surface covers the main Alicante information domains well: transit, beaches, parking, food, places, flights, fuel, weather, and events, plus discovery/resolution helpers. There are minor gaps such as no direct traffic or bike-sharing tool, but agents can work around them via find_place or search_alicante.

Resources