Add a hotel booking to a Wanderlog trip
wanderlog_add_hotelAdd hotel bookings to Wanderlog trips with check-in and check-out dates. Automatically creates a lodging section if needed and confirms booking details.
Instructions
Adds a hotel booking to a Wanderlog trip with check-in and check-out dates. If the trip does not yet have a "Hotels and lodging" section, one is created automatically.
Returns confirmation with the resolved hotel name and the booking window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trip_key | Yes | The trip to add the hotel to. | |
| hotel | Yes | Hotel name to search for. Examples: 'Park Hyatt Tokyo', 'the cheap hostel near the train station'. Matched against Google Places near the trip's destination. | |
| check_in | Yes | Check-in date, YYYY-MM-DD. | |
| check_out | Yes | Check-out date, YYYY-MM-DD. Must be after check_in. |