Search CuddlyNest hotels
cuddlynest_searchSearch CuddlyNest by destination to get top hotel matches with ratings, images, distance, and amenities. Use the returned product IDs to retrieve live rooms, prices, and availability.
Instructions
Search CuddlyNest for a destination and the top hotels there. Returns place candidates (city/region + coordinates + total property count) and a list of hotels — name, listing URL, star + guest rating, and (when available) images, distance from the centre and key amenities. Pass a hotel's product_id from the results to cuddlynest_listing_details for live rooms and prices. The hotel list is top-matches scale (~10-60), not the full inventory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rooms | No | Number of rooms (default: 1) | |
| adults | No | Number of adults (default: 2) | |
| checkin | No | Check-in date (YYYY-MM-DD) | |
| infants | No | Number of infants (default: 0) | |
| checkout | No | Check-out date (YYYY-MM-DD) | |
| children | No | Number of children (default: 0, or derived from childAges) | |
| currency | No | ISO 4217 currency code for prices (default: USD), e.g. USD, EUR, COP | |
| childAges | No | Age of each child at check-in, e.g. [2, 7]. Sets `children` when given. | |
| hotelsOnly | No | Return only the hotel list, skipping place candidates (default false). | |
| destination | Yes | Destination to search (city / area), e.g. 'Santa Marta, Colombia'. | |
| fullCityList | No | Also pull the broader city hotel list (~60) from the geo-page API when it can be resolved — a couple of extra requests. Default true. |