WebMCP

TravelWebMCP verified

abahanavillas.com WebMCP tools

Holiday villa and chalet rental agency on the northern Costa Blanca. Enjoy a wonderful villa for the best price in Calpe, Moraira, Altea and Benissa

3 tools1 methodsspec API surface

What can an agent do with abahanavillas.com WebMCP tools?

Holiday villa and chalet rental agency on the northern Costa Blanca. Enjoy a wonderful villa for the best price in Calpe, Moraira, Altea and Benissa This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.

WebMCP tools on abahanavillas.com

Tool 1 of 3WebMCPAnswer

search_villas

Busca villas de alquiler vacacional de Abahana Villas en la Costa Blanca (Calpe, Moraira, Jávea, Altea, Benissa). Devuelve un resumen de cada villa con su external reference code, capacidad y, si se indican fechas, el precio para esas fechas.

How to install

Open the abahanavillas.com website and ask your browser agent to use search_villas

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the search_villas tool on abahanavillas.com with location: <string>, checkIn: <string>, checkOut: <string>, minDays: <number>, adults: <number>, children: <number>, pets: <number>, descriptors: <string>, page: <number>, pageSize: <number>. Return the structured result and cite the source page.

Input contract

  • location string Destino: Calpe, Moraira, Javea, Altea o Benissa
  • checkIn string Fecha de entrada en formato YYYY-MM-DD
  • checkOut string Fecha de salida en formato YYYY-MM-DD
  • minDays number Estancia mínima en noches
  • adults number Número de adultos
  • children number Número de niños
  • pets number Mascotas: 0 o 1
  • descriptors string Filtros adicionales (piscina, vistas al mar, etc.)
  • page number Página, empezando en 1
  • pageSize number Resultados por página (entre 1 y 20)

Open the source definition

Tool 2 of 3WebMCPAnswer

get_villa_details

Obtiene la ficha completa de una villa de Abahana Villas a partir de su external reference code: descripción, ubicación, capacidad, servicios e imágenes.

How to install

Open the abahanavillas.com website and ask your browser agent to use get_villa_details

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the get_villa_details tool on abahanavillas.com with villaErc: <string>. Return the structured result and cite the source page.

Input contract

  • villaErc string External reference code de la villa

Open the source definition

Tool 3 of 3WebMCPAnswer

check_villa_availability

Comprueba si una villa está disponible entre dos fechas y devuelve el precio calculado en servidor. Si no se indica la ocupación se asume 2 adultos. El campo available indica si la villa puede reservarse en esas fechas.

How to install

Open the abahanavillas.com website and ask your browser agent to use check_villa_availability

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the check_villa_availability tool on abahanavillas.com with villaErc: <string>, checkIn: <string>, checkOut: <string>, adults: <number>, children: <number>, pets: <number>. Return the structured result and cite the source page.

Input contract

  • villaErc string External reference code de la villa
  • checkIn string Fecha de entrada en formato YYYY-MM-DD
  • checkOut string Fecha de salida en formato YYYY-MM-DD
  • adults number Número de adultos (por defecto 2)
  • children number Número de niños
  • pets number Mascotas: 0 o 1

Open the source definition