start_booking
unverifiedv0.1Navigate to the booking form to reserve a room at the selected hotel.
Updated 6/6/2026 · Created 6/6/2026
Input Schema
{
"type": "object",
"required": [
"hotel_id"
],
"properties": {
"hotel_id": {
"type": "string",
"description": "The ID of the hotel to book"
}
}
}Full Contract
{
"name": "start_booking",
"description": "Navigate to the booking form to reserve a room at the selected hotel.",
"inputSchema": {
"type": "object",
"required": [
"hotel_id"
],
"properties": {
"hotel_id": {
"type": "string",
"description": "The ID of the hotel to book"
}
}
}
}GET /api/tool/googlechromelabs.github.io/webmcp-tools/demos/hotel-chain/start_booking