Skip to main content
Glama

Verificar disponibilidad

check_availability
Read-only

Verifica si hay lugar en el Refugio San Bernardo (Vallecitos, Cordón del Plata) para las fechas y tipo de habitación indicados (y si el refugio está cerrado esas fechas). Útil apenas el usuario menciona fechas para ir a la montaña en Mendoza.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
guestsYesCantidad de huéspedes
check_inYesFecha de entrada YYYY-MM-DD
check_outYesFecha de salida YYYY-MM-DD
room_typeYes

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already indicate readOnlyHint=true, so the description correctly avoids emphasizing safety. It adds value by mentioning the tool also checks if the refuge is closed, providing behavioral context beyond the annotation.

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 sentences with no redundancy. The first sentence states the main action, the second provides usage context. Every sentence is necessary and efficient.

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?

With 4 required parameters and no output schema, the description is complete enough: it explains what is checked and when to use. Lacks return format details, but the tool is simple enough that the missing output schema is not critical.

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 75%, close to the high threshold. The description does not add meaning beyond the schema's parameter descriptions; it rephrases the purpose without detailing parameters.

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 uses a specific verb 'verifica' (checks) and resource 'Refugio San Bernardo', and clearly states it checks availability for dates and room type, plus whether the refuge is closed. This distinguishes it from siblings like check_closures.

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 provides clear context: 'Útil apenas el usuario menciona fechas para ir a la montaña en Mendoza.' It implies when to use but does not explicitly state when not to use or mention alternatives, though siblings exist.

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.1/5.0
Disambiguation5/5

Each tool has a distinct purpose covering availability, closures, contact, pricing, weather, directions, room types, general info, and reservations. No overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern (e.g., check_availability, get_price, list_room_types, request_reservation). 'how_to_arrive' is the only slight deviation but still clear.

Tool Count5/5

9 tools is well-scoped for a mountain refuge information and booking system. Each tool earns its place without being excessive or insufficient.

Completeness4/5

Covers the full user journey: information, availability, pricing, weather, directions, and reservation request with preview/confirm. Missing cancellation or reservation status check, but these are not critical for the core workflow.

Resources