TravelWebMCP verified
jajiga.com WebMCP tools
Jajiga — Iranian villa and vacation-rental marketplace with 28,000+ villas, suites, and furnished apartments across 300+ cities.
TravelWebMCP verified
Jajiga — Iranian villa and vacation-rental marketplace with 28,000+ villas, suites, and furnished apartments across 300+ cities.
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.
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.
Open the jajiga.com website and ask your browser agent to use search_roomsInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
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.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 guestsmin_price number Minimum price per night in Tomansmax_price number Maximum price per night in Tomansorder string Sort order for resultstags array Feature tags: pool, jacuzzi, breakfast, scenic, waterfront, luxury, economic, instant, plus, pet, mountain, ecolog, ruralhome, swiss_cottage, wooden_cottage, etc.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.
Open the jajiga.com website and ask your browser agent to use get_roomInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the get_room tool on jajiga.com with room_id: <integer>. Return the structured result and cite the source page.room_id integer Numeric room ID, e.g. 12345