WebMCP

TravelWebMCP verified

jajiga.com WebMCP tools

Jajiga — Iranian villa and vacation-rental marketplace with 28,000+ villas, suites, and furnished apartments across 300+ cities.

2 tools1 methodsspec API surface

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

Jajiga — Iranian villa and vacation-rental marketplace with 28,000+ villas, suites, and furnished apartments across 300+ cities. 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 jajiga.com

Tool 1 of 2WebMCPAnswer

search_rooms

Search for rental rooms and accommodations on jajiga. Returns a structured list of matching rooms with price, rating, photo, and URL. Use this when the user wants to find a place to stay in a specific city or location.

How to install

Open the jajiga.com website and ask your browser agent to use search_rooms

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_rooms tool on jajiga.com with city: <string>, checkin: <string>, checkout: <string>, guests: <integer>, min_price: <number>, max_price: <number>, order: <string>, tags: <array>. Return the structured result and cite the source page.

Input contract

  • city string City or location name to search in, e.g. "شیراز" or "Shiraz"
  • checkin string Check-in date as ISO 8601 (YYYY-MM-DD), e.g. "2026-07-01"
  • checkout string Check-out date as ISO 8601 (YYYY-MM-DD). Defaults to checkin + 1 day if omitted.
  • guests integer Number of guests
  • min_price number Minimum price per night in Tomans
  • max_price number Maximum price per night in Tomans
  • order string Sort order for results
  • tags array Feature tags: pool, jacuzzi, breakfast, scenic, waterfront, luxury, economic, instant, plus, pet, mountain, ecolog, ruralhome, swiss_cottage, wooden_cottage, etc.

Open the source definition

Tool 2 of 2WebMCPAnswer

get_room

Get detailed information about a specific room by its numeric ID. Returns room details including title, description, price, rating, photos, host info, features, and location. Use this when the user wants details about a specific room they already know the ID of.

How to install

Open the jajiga.com website and ask your browser agent to use get_room

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_room tool on jajiga.com with room_id: <integer>. Return the structured result and cite the source page.

Input contract

  • room_id integer Numeric room ID, e.g. 12345

Open the source definition