← WebMCP Directory

ticket-booking

ticket-booking

demo Unverified (seed import) Travel & Events 3 tools imperative implementation

Chrome Labs movie ticket booking demo

First seen 2026-08-27 · Last seen 2026-08-27 · Source: webmcp.com

Answer 1 · Act 2 · Transact 0 · Score: Not yet scored

Tool inspector

select_showtime

act imperative

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

Input schema

PropertyTypeRequiredDescription
movie_id string yes The ID of the movie to select.
date string yes The date of the show in YYYY-MM-DD format (e.g., '2026-08-01').
time string yes The start time of the show in 12-hour format with AM/PM (e.g., '8:30 PM').
tickets number no Number of tickets.
Raw JSON schema
{
  "type": "object",
  "properties": {
    "movie_id": {
      "type": "string",
      "description": "The ID of the movie to select."
    },
    "date": {
      "type": "string",
      "description": "The date of the show in YYYY-MM-DD format (e.g., '2026-08-01').",
      "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
    },
    "time": {
      "type": "string",
      "description": "The start time of the show in 12-hour format with AM/PM (e.g., '8:30 PM').",
      "pattern": "^[1-12]:[0-5][0-9] (AM|PM)$"
    },
    "tickets": {
      "type": "number",
      "description": "Number of tickets.",
      "default": 1
    }
  },
  "required": [
    "movie_id",
    "date",
    "time"
  ]
}

Similar websites

wandernote.openai.chatgpt.site

wandernote.openai.chatgpt.site

An agent-ready WebMCP travel planner. Choose your destination and travel dates, collaborate on an hour-by-hour itinerary, and save your finished travel note as …

demo Unverified Travel & Events
11 tools A4 / Act7 / T0 Not yet scored Seen 2026-08-27
get_trip_state set_trip_details list_time_slots add_itinerary_activity update_itinerary_activity
Inspect tools
placemania.sk

placemania.sk

Atlas of unconventional places and detours worth adding to your travel itinerary.

live Unverified Travel & Events
9 tools A0 / Act9 / T0 Not yet scored Seen 2026-08-27
site_manifest site_search site_get_content site_get_chunk site_get_schema
Inspect tools
drevenica.sk

drevenica.sk

Originálna Drevenica JEZERSKO 43

live Unverified Travel & Events
8 tools A8 / Act0 / T0 Not yet scored Seen 2026-08-27
get_accommodation get_organization get_contact get_reservation_url get_calendar_info
Inspect tools
jezersko.sk

jezersko.sk

Ubytovanie Jezersko

live Unverified Travel & Events
8 tools A8 / Act0 / T0 Not yet scored Seen 2026-08-27
get_accommodation get_organization get_contact get_reservation_url get_calendar_info
Inspect tools

Related on Influzer