WebMCP

TravelWebMCP verified

hotel-chain WebMCP tools

Chrome Labs hotel booking demo

3 tools1 methodsspec API surface

What can an agent do with hotel-chain WebMCP tools?

Chrome Labs hotel booking demo 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 hotel-chain

Tool 1 of 3WebMCPAnswer

search_location

Find me a hotel in a specific location

How to install

Open the hotel-chain website and ask your browser agent to use search_location

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_location tool on hotel-chain with query: <string>, checkin_date: <string>, nights: <number>, adults: <number>, kids: <number>, pets: <number>. Return the structured result and cite the source page.

Input contract

  • query string The location query (e.g. "Cleveland")
  • checkin_date string Optional check-in date (YYYY-MM-DD)
  • nights number Optional number of nights to stay
  • adults number Optional number of adult guests
  • kids number Optional number of child guests
  • pets number Optional number of pets

Open the source definition

Tool 2 of 3WebMCPAnswer

lookup_amenity

Look up specific amenity or policy details for a hotel

How to install

Open the hotel-chain website and ask your browser agent to use lookup_amenity

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 lookup_amenity tool on hotel-chain with hotel_id: <string>, amenity: <string>. Return the structured result and cite the source page.

Input contract

  • hotel_id string The ID of the hotel
  • amenity string The amenity or policy to look up (e.g. "late checkout")

Open the source definition

Tool 3 of 3WebMCPAction

view_hotel

View the details of a specific hotel by name or id

How to install

Open the hotel-chain website and ask your browser agent to use view_hotel

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 view_hotel tool on hotel-chain with hotel_name_or_id: <string>. Return the structured result and cite the source page.

Input contract

  • hotel_name_or_id string The exact name or ID of the hotel to view

Open the source definition