Google Hotels
Service domainTRAVEL
Arcade OptimizedBYOCPro
Arcade.dev LLM tools for getting Hotel information via Google Hotels
Author:Arcade
Version:
3.2.2Auth:No authentication required
1tools
1require secrets
Arcade.dev provides the GoogleHotels toolkit, enabling developers to efficiently retrieve hotel information through the Google Hotels API. This toolkit facilitates hotel searches, offering a streamlined method to access comprehensive hotel data.
Capabilities:
- Effortlessly search for hotels based on various parameters.
- Retrieve detailed hotel information including availability and pricing.
- Integrate smoothly with existing applications for enhanced user experience.
OAuth:
- No OAuth authentication required.
Secrets:
- API Key: Use the
SERP_API_KEYfor API access and secure interactions with the Google Hotels service.
Available tools(1)
1 of 1 tools
Operations
Behavior
| Tool name | Description | Secrets | |
|---|---|---|---|
Retrieve hotel search results using the Google Hotels API. | 1 |
Selected tools
No tools selected.
Click "Show all tools" to add tools.
Requirements
Select tools to see requirements
#
GoogleHotels.SearchHotels
Execution hints
Signals for MCP clients and agents about how this tool behaves.
Operations
Read
Service domains
Travel
MCP behavior
Read only
Yes
Does not modify remote state.
Destructive
No
May delete or overwrite remote data.
Idempotent
Yes
Safe to retry without extra side effects.
Open world
Yes
Can call out to external systems.
Retrieve hotel search results using the Google Hotels API.
Parameters
| Parameter | Type | Req. | Description |
|---|---|---|---|
location | string | Required | Location to search for hotels, e.g., a city name, a state, etc. |
check_in_date | string | Required | Check-in date in YYYY-MM-DD format |
check_out_date | string | Required | Check-out date in YYYY-MM-DD format |
query | string | Optional | Anything that would be used in a regular Google Hotels search |
currency | string | Optional | Currency code for prices. Defaults to 'USD' |
min_price | integer | Optional | Minimum price per night. Defaults to no minimum |
max_price | integer | Optional | Maximum price per night. Defaults to no maximum |
num_adults | integer | Optional | Number of adults per room. Defaults to 2 |
num_children | integer | Optional | Number of children per room. Defaults to 0 |
sort_by | string | Optional | The sorting order of the results. Defaults to RELEVANCERELEVANCELOWEST_PRICEHIGHEST_RATINGMOST_REVIEWED |
num_results | integer | Optional | Maximum number of results to return. Defaults to 5. Max 20 |
Requirements
Secrets:SERP_API_KEY
Output
Type:
json— Hotel search results from the Google Hotels APIGet Building
Last updated on