Skip to main content
Glama

Directorio Systema

Reservar cita / Book appointment

reservar_cita

ES: Reserva una cita REAL como invitado (nombre + teléfono). La confirmación llega por WhatsApp/SMS al teléfono dado. Usá consultar_disponibilidad primero para elegir hora y staffId. / EN: Books a REAL appointment as a guest (name + phone). Confirmation arrives via WhatsApp/SMS to the given phone. Use consultar_disponibilidad first to pick a time and staffId.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
horaYesHora HH:MM (24h), de consultar_disponibilidad
slugYesSlug del negocio (de buscar_negocios) / Business slug (from buscar_negocios)
fechaYesFecha YYYY-MM-DD
notasNo
nombreYesNombre del cliente / Customer name
staffIdNostaffId de consultar_disponibilidad (opcional: sin él se asigna el primer profesional con esa hora libre) / staffId from consultar_disponibilidad (optional: otherwise the first staff member free at that time is assigned)
servicioYesNombre del servicio / Service name
telefonoYesTeléfono del cliente (con código de país si es posible) / Customer phone

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It mentions that confirmation arrives via WhatsApp/SMS, which is a behavioral outcome, but it doesn't disclose that this is a write operation (creating a booking) or mention potential side effects like conflict handling. This is a moderate gap given no annotations.

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

Conciseness4/5

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

The description is concise and well-structured, with bilingual text that duplicates but doesn't add fluff. It efficiently communicates the core action, prerequisite, and result without unnecessary detail.

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

Completeness3/5

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

Given the absence of an output schema and annotations, the description covers the prerequisite and the confirmation outcome. However, it doesn't address error scenarios, idempotency, or the exact effect on the system (e.g., whether it's a final booking). This is adequate for a simple booking tool but lacks some context for full completeness.

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?

Schema description coverage is 88% (7/8 parameters described). Most parameters have meaningful descriptions, including sources (from consultar_disponibilidad) and formats (HH:MM, YYYY-MM-DD). The 'notas' parameter lacks a description, which is a slight gap, but overall semantics are clear.

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 books a real appointment as a guest, distinguishing it from other sibling booking tools like reservar_clase or reservar_habitacion. It also emphasizes 'REAL' to indicate an actual booking action.

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 explicitly instructs to use consultar_disponibilidad first to pick time and staffId, providing a clear prerequisite. It implies the tool is for guest booking, though it doesn't explicitly mention when not to use it, but the context is sufficient.

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 targets a distinct action or resource: searching (businesses, events, promotions), viewing details, and various booking/request actions. buscar_negocios and buscar_por_servicio are differentiated by search criteria (name/category vs. services/products).

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in Spanish (buscar_*, reservar_*, solicitar_*, ver_*). Even buscar_por_servicio maintains the verb-first structure with a descriptive complement.

Tool Count5/5

13 tools is well within the ideal 3-15 range and covers the directory's search, view, and action capabilities without redundancy. Each tool has a clear role.

Completeness4/5

The tool surface covers core workflows: searching businesses/events/promotions, viewing profiles, booking appointments/classes/rooms, ordering food, and requesting estimates/visits. Minor gaps like cancellation or updating reservations are not addressed, but these may be out of scope for a directory front-end.

Resources