get-facilities
Retrieve facility IDs for hotel amenities like pet-friendly, WiFi, and pools. Use these IDs with the search-hotels tool to filter hotels based on user requirements. Essential for accurate hotel searches.
Instructions
IMPORTANT: ALWAYS USE THIS TOOL FIRST when a user mentions ANY specific hotel amenities or requirements.
This tool must be called BEFORE search-hotels whenever the user mentions requirements like:
- Pet-friendly or traveling with pets/dogs/cats
- WiFi or internet access
- Swimming pools
- Parking (free or paid)
- Air conditioning or heating
- Fitness center or gym
- Restaurant or room service
- Family rooms
- Non-smoking rooms
- Any other specific hotel features
The tool returns facility IDs that MUST be used with the search-hotels tool's facilities parameter to properly filter hotels. Without using this tool first, searches will not correctly filter for user-requested amenities.
Example workflow:
- User asks for "pet-friendly hotels in Paris"
- Call get-facilities to find the facility_id for "Pets allowed"
- Use that facility_id in the search-hotels facilities parameter
Input Schema
Name | Required | Description | Default |
---|---|---|---|
language | No | Language code for facility names (en, es, it, he, ar, de) | en |