WebMCP

TravelWebMCP verified

ticket-booking WebMCP tools

Chrome Labs movie ticket booking demo

3 tools1 methodsspec API surface

What can an agent do with ticket-booking WebMCP tools?

Chrome Labs movie ticket 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 ticket-booking

Tool 1 of 3WebMCPAction

update_location

Updates the user's location.

How to install

Open the ticket-booking website and ask your browser agent to use update_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 update_location tool on ticket-booking with city: <string>. Return the structured result and cite the source page.

Input contract

  • city string The city to set as the user's location. (e.g. Montpelier, Paris, New York)

Open the source definition

Tool 2 of 3WebMCPAnswer

query_content

Filters the movie catalog by a specific genre.

How to install

Open the ticket-booking website and ask your browser agent to use query_content

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 query_content tool on ticket-booking with genre: <string>. Return the structured result and cite the source page.

Input contract

  • genre string The genre to filter by (e.g., horror, action, comedy).

Open the source definition

Tool 3 of 3WebMCPAction

select_showtime

Selects a movie and a specific showtime to initiate the checkout process.

How to install

Open the ticket-booking website and ask your browser agent to use select_showtime

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 select_showtime tool on ticket-booking with movie_id: <string>, date: <string>, time: <string>, tickets: <number>. Return the structured result and cite the source page.

Input contract

  • movie_id string The ID of the movie to select.
  • date string The date of the show in YYYY-MM-DD format (e.g., '2026-08-01').
  • time string The start time of the show in 12-hour format with AM/PM (e.g., '8:30 PM').
  • tickets number Number of tickets.

Open the source definition