create_accommodation
Add a booked place to stay (hotel/hostel/apartment) to a trip.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | The property's own name, e.g. 'Memmo Alfama' | |
| type | Yes | hotel, hostel, airbnb, apartment, other | |
| notes | No | ||
| address | No | ||
| check_in | No | ISO-8601 datetime, e.g. 2026-08-01T14:30:00Z | |
| currency | No | ||
| latitude | No | ||
| provider | No | Who it was booked with, e.g. 'Booking.com' | |
| check_out | No | ISO-8601 datetime, e.g. 2026-08-01T14:30:00Z | |
| longitude | No | ||
| travelers | No | Member user ids this is for (from list_journey_members). Omit for everyone — that's the norm. | |
| journey_id | Yes | ||
| place_name | No | The CITY the property is in, e.g. 'Lisbon' — not the property's name | |
| booking_url | No | ||
| country_code | No | ||
| price_per_night | No | ||
| confirmation_code | No |