cuddlynest_search
Resolve a destination into matching candidates and internal slugs for accurate price lookups. Enter city or area to get the correct slug for further hotel searches.
Instructions
Resolve a destination on CuddlyNest (city / area) to its candidates via the autosuggestion API, including the internal slug used for pricing lookups. NOTE: enumerating the hotels in a destination (with prices) needs a further capture — for live room prices on a known hotel use cuddlynest_listing_details.
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. | |
| destination | Yes | Destination to search (city / area), e.g. 'Santa Marta, Colombia'. |