TravelWebMCP verified
ticket-booking WebMCP tools
Chrome Labs movie ticket booking demo
TravelWebMCP verified
Chrome Labs movie ticket booking demo
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.
Updates the user's location.
Open the ticket-booking website and ask your browser agent to use update_locationInstall 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 update_location tool on ticket-booking with city: <string>. Return the structured result and cite the source page.city string The city to set as the user's location. (e.g. Montpelier, Paris, New York)Filters the movie catalog by a specific genre.
Open the ticket-booking website and ask your browser agent to use query_contentInstall 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 query_content tool on ticket-booking with genre: <string>. Return the structured result and cite the source page.genre string The genre to filter by (e.g., horror, action, comedy).Selects a movie and a specific showtime to initiate the checkout process.
Open the ticket-booking website and ask your browser agent to use select_showtimeInstall 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 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.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.