Server Details
Search hotel prices
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
2 toolsget_hotel_pricesInspect
Get hotel prices from a final Google Maps or Google Hotels hotel URL. A properly formatted final hotel link is a prerequisite for this tool: it must already include query_place_id plus stay details such as check-in, check-out, and guests. Use lookup_hotel_link first if you do not yet have that final URL. This returns normalized best overall and best direct-booking prices for that exact hotel stay.
| Name | Required | Description | Default |
|---|---|---|---|
| hotel_link | Yes | Required final Google Maps or Google Hotels hotel URL with query_place_id and booking parameters such as check-in, check-out, and guests. |
lookup_hotel_linkInspect
Look up the final Google Maps or Google Hotels hotel URL for a hotel by name and location. Use this first when you do not yet have the hotel_link.
| Name | Required | Description | Default |
|---|---|---|---|
| hotel_city | Yes | Required hotel city. | |
| hotel_name | Yes | Required hotel name. | |
| hotel_state | No | Optional hotel state or province. | |
| hotel_street | No | Optional hotel street address. | |
| hotel_country | No | Optional hotel country. | |
| hotel_guest_count | No | Optional hotel guest count. Defaults to 2. | |
| hotel_check_in_date_yyyy_mm_dd | Yes | Required hotel check-in date in YYYY-MM-DD. | |
| hotel_check_out_date_yyyy_mm_dd | Yes | Required hotel check-out date in YYYY-MM-DD. |
Verify Ownership
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.
Last verification attempt failed.
[ { "expected": "object", "code": "invalid_type", "path": [], "message": "Invalid input: expected object, received null" } ]
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!