Skip to main content
Glama

buscar_disponibilidad

Busca propiedades vacacionales disponibles en La Palma para unas fechas específicas. Permite filtrar por municipio, barrio y número de personas.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
barrioNoFiltrar por barrio/zona (ej: Centro, San Telmo, El Charco)
municipioNoFiltrar por municipio (ej: Santa Cruz de La Palma, Los Llanos de Aridane)
fecha_salidaYesFecha de salida en formato YYYY-MM-DD (ej: 2024-06-22)
num_personasNoNúmero de huéspedes (default: 2)
fecha_llegadaYesFecha de llegada en formato YYYY-MM-DD (ej: 2024-06-15)

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the full burden; it adequately discloses that the tool checks availability and allows filtering by municipality, neighborhood, and guest count. As a read-only search operation, it doesn't require disclosure of side effects or permissions. The description adds context about the geographic scope (La Palma) and the filtering capability.

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 sentences, front-loaded with the main purpose, and includes only necessary details about filters. Every sentence earns its place, with no repetition or fluff.

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?

The description covers the essential behavior, targets, and filters. Although there is no output schema to reference, the description implies that the tool returns a list of available properties, which is sufficient for a search tool of this complexity. Slight gap: it doesn't specify the exact return format, but the core completeness is strong.

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 coverage is 100%, with every parameter already having a description, format, or default. The description only names the filter parameters (municipio, barrio, num_personas) without adding additional meaning or usage details beyond what the schema already provides, so the baseline of 3 is appropriate.

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 states the tool's purpose: searching for available vacation properties in La Palma for specific dates. It specifies the resource (properties), the action (search availability), and distinguishes it from sibling tools like listar_propiedades or calcular_precio_estancia by focusing on date-based availability and filtering.

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 implies when to use this tool—when looking for properties available on specific dates—by explicitly mentioning date requirements and available filters. It doesn't name alternatives or provide exclusions, but the context is clear enough for an agent to select it over siblings.

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

A4/5.0
Disambiguation4/5

The tools mostly have clear boundaries, though buscar_disponibilidad and listar_propiedades could be confused as both list properties. Descriptions clarify that one is for availability with dates while the other for general listing with filters.

Naming Consistency5/5

All tools follow a consistent pattern of Spanish infinitive verb followed by noun (buscar_disponibilidad, listar_propiedades, obtener_detalles_propiedad). Consistent across the set.

Tool Count5/5

6 tools is well-scoped for a vacation rental search and pricing server, covering location, availability, price, and property details without bloat.

Completeness4/5

The tool set covers search, pricing, and property details well. A notable gap is the absence of any booking/reservation functionality, but for a browse-and-quote server it's largely complete.