hoteloracle
Server Details
Hotel Intelligence MCP — search, price compare, area guides, price calendars via Google Hotels
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- ToolOracle/hoteloracle
- GitHub Stars
- 0
- Server Listing
- HotelOracle
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.3/5 across 8 of 8 tools scored.
Each tool addresses a distinct aspect of hotel research: neighborhoods, cheapest options, server health, hotel details, price trends, general search, nearby attractions, and cross-site price comparison. There is no functional overlap between tools.
Tools follow a consistent snake_case convention with descriptive names. Most are noun_noun or adjective_noun patterns (area_guide, hotel_details), with only price_compare using a verb form. The pattern is clear and predictable, though not perfectly uniform.
Eight tools cover the full spectrum of hotel information retrieval without being excessive or sparse. Each tool serves a specific, necessary function for travelers researching accommodations.
The tool set provides end-to-end coverage for hotel research: searching, filtering by price, comparing across booking sites, viewing price calendars, checking nearby places, and getting detailed reviews. There are no obvious gaps for the intended information-only use case.
Available Tools
8 toolsarea_guideBInspect
Best neighborhoods to stay in a city. Compares areas by price, rating, and popular hotels.
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City name (e.g., 'Tokyo', 'Barcelona', 'New York') | |
| budget | No | budget, mid, or luxury (default: mid) | |
| country | No | Country (default: us) | |
| check_in | No | Check-in YYYY-MM-DD | |
| currency | No | Currency (default: USD) | |
| check_out | No | Check-out YYYY-MM-DD |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description must disclose behavioral traits. It mentions comparing by price, rating, and hotels but doesn't explain the return format, whether it's read-only, or how check-in/check-out dates affect results. The behavior is underspecified.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence, front-loaded with purpose. No filler. Every word contributes to understanding what the tool does.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite 100% schema coverage, the description lacks context for a tool with 6 parameters and no output schema. It doesn't explain how to interpret results, the role of dates, or what 'popular hotels' means. Incomplete for effective use.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so parameters are already documented. The description adds marginal value by mentioning price, rating, and hotels, but doesn't explicitly link parameters (e.g., budget corresponds to budget parameter). Baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: finding best neighborhoods and comparing them by price, rating, and popular hotels. It distinguishes itself from sibling tools like hotel_search and cheapest_hotels by focusing on area selection rather than hotel list or deals.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit guidance on when to use this tool vs siblings. The description doesn't mention prerequisites, optimal scenarios, or when not to use it. The context of travel planning is implied but not stated.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
cheapest_hotelsBInspect
Find the cheapest hotels, sorted by lowest price.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | City or area | |
| country | No | Country (default: us) | |
| check_in | No | Check-in YYYY-MM-DD | |
| currency | No | Currency (default: USD) | |
| check_out | No | Check-out YYYY-MM-DD | |
| max_price | No | Max price per night | |
| hotel_class | No | Min star rating (2-5) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description only mentions sorting by lowest price but lacks details on default behavior, response format, or pagination. This is insufficient for a tool with 7 optional parameters.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single concise sentence with no wasted words. Slightly terse but front-loaded with key action and result.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given 7 optional parameters and no output schema, the description fails to provide sufficient context for effective use. Missing default values, sorting details, and sibling differentiation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema covers 100% of parameters, so description adds minimal value. It does not explain how parameters like max_price or hotel_class affect the sort or results.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Find', resource 'cheapest hotels', and sorting criterion 'sorted by lowest price'. It is specific and distinguishes from sibling tools like hotel_search or hotel_prices_calendar.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool versus alternatives like hotel_search or price_compare. No exclusions or context for optional parameters.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
health_checkBInspect
Server status, API connectivity, supported features.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations exist, so the description must disclose behavior. It mentions 'Server status, API connectivity, supported features' but does not describe what these entail (e.g., response format, potential errors, side effects). The description is too minimal for a tool with no annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Extremely concise at three words, no wasted text. Every word earns its place by listing key aspects of the health check.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Although the tool has no parameters, it lacks an output schema, and the description does not explain what the tool returns. For a health check, expected response (e.g., status OK/error) is not described, making it incomplete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
No parameters exist, baseline 4. Description adds no meaning beyond the empty schema, but no additional information is needed for parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description lists 'Server status, API connectivity, supported features,' which clearly indicates the health check purpose. However, it lacks a full sentence and could be more explicit about the action (e.g., 'Check'). It distinguishes well from sibling tools which are domain-specific.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool vs alternatives. While it's a health check, there is no mention of use cases, prerequisites, or context (e.g., initial connectivity verification).
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
hotel_detailsBInspect
Deep details for a specific hotel: all amenities, reviews breakdown, images, eco-certification, nearby places.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Hotel name + city (e.g., 'Ritz Paris') | |
| country | No | Country (default: us) | |
| check_in | No | Check-in YYYY-MM-DD | |
| currency | No | Currency (default: USD) | |
| check_out | No | Check-out YYYY-MM-DD |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It does not disclose whether the tool is read-only, whether it requires authentication, rate limits, data freshness, or any side effects. The description focuses on content categories but lacks behavioral context crucial for safe invocation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence that is concise and front-loaded with the core purpose. It efficiently lists the categories of details provided. Minor improvement could be formatting for readability in multi-sentence versions.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema, the description helpfully lists included details (amenities, reviews, etc.), giving a sense of return structure. However, it does not explain how optional parameters like check_in/out affect results or default behavior when omitted. With 5 optional params, more context on defaults and interactions would improve completeness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema covers all 5 parameters with clear descriptions (e.g., query format, default country). The tool description adds no extra semantic meaning beyond what the schema provides. With 100% schema coverage, baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: providing deep details for a specific hotel, including amenities, reviews, images, eco-certification, and nearby places. It effectively distinguishes from sibling tools like hotel_search (listing hotels) and cheapest_hotels (pricing) by focusing on comprehensive info for a single hotel.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for getting detailed info on a specific hotel, but does not explicitly state when to use this tool over siblings. No guidance on prerequisites, fallback strategies, or when not to use it. With multiple hotel-related siblings, more explicit guidance would improve clarity.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
hotel_prices_calendarAInspect
Price trend for a specific hotel across different check-in dates. Find the cheapest week.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Hotel name + city | |
| weeks | No | Weeks to scan (1-6, default: 4) | |
| nights | No | Stay duration (default: 2) | |
| country | No | Country (default: us) | |
| currency | No | Currency (default: USD) | |
| start_date | No | Start date YYYY-MM-DD |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must inform the agent of behavioral traits. It indicates the tool returns price trends but does not mention if it is read-only, any rate limits, pagination, or data freshness. It does not contradict any known annotations (none present), but more detail would help.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, no fluff. The first sentence front-loads the core purpose, and the second adds the key use case. Every word contributes.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With 6 parameters and no output schema, the description is minimal. It does not explain the output format, how prices are presented, or how to interpret trends. For a tool with no output schema, more detail on return value is needed. Adequate but leaves gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the description adds no extra meaning beyond what the schema already provides. The description's 'Find the cheapest week' is a goal, not parameter elaboration. Baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it shows price trends for a specific hotel across check-in dates and helps find the cheapest week. It distinguishes from siblings like 'cheapest_hotels' by focusing on a single hotel's calendar.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The phrase 'Find the cheapest week' implies it should be used to compare prices for a given hotel over a range of dates. It does not explicitly exclude other uses but provides clear context. Sibling tool names suggest alternatives like 'cheapest_hotels' and 'price_compare', but no direct comparison is given.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
hotel_searchAInspect
Search hotels in a city or area. Returns names, ratings, prices, amenities, and deals. Sortable by price, rating, or reviews.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | City, area, or landmark (e.g., 'Hotels in Paris', 'Manhattan New York') | |
| adults | No | Guests (default: 2) | |
| country | No | Country (default: us) | |
| sort_by | No | 3=lowest price, 8=highest rating, 13=most reviewed (default: 3) | |
| check_in | No | Check-in date YYYY-MM-DD | |
| currency | No | Currency (default: USD) | |
| check_out | No | Check-out date YYYY-MM-DD | |
| max_price | No | Max price per night | |
| min_price | No | Min price per night | |
| hotel_class | No | Min star rating (2-5) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must carry the burden. It discloses that results include names, ratings, prices, amenities, and deals and are sortable, but does not mention read-only nature, limits, or other behavioral aspects.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences long, front-loaded with the main purpose, and contains no unnecessary information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the 10 optional parameters and no output schema, the description lists return fields but could mention pagination or result limits. It is fairly complete for a search tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
All 10 parameters are documented in the schema with descriptions. The description adds value by explaining sort options map to specific sort_by values (3,8,13) and mentioning amenities/deals not in schema, exceeding baseline 3.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool searches for hotels and returns specific data (names, ratings, etc.). It is distinguishable from siblings like 'cheapest_hotels' and 'hotel_details', but does not explicitly differentiate.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives such as 'cheapest_hotels' or 'price_compare'. The description lacks explicit context for selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
nearby_attractionsCInspect
What is near a hotel: restaurants, landmarks, transit stations, distances.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Hotel name + city | |
| check_in | No | Check-in YYYY-MM-DD | |
| check_out | No | Check-out YYYY-MM-DD |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full responsibility. It fails to disclose behavioral traits such as rate limits, authentication requirements, or whether distances are in miles or kilometers. It only lists categories without explaining the output format or side effects.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single concise sentence with no wasted words. However, it is under-specified; it could benefit from a second sentence for clarity without losing conciseness.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given three parameters, no output schema, and no annotations, the description is insufficient. It does not explain the response format, ordering, or data completeness. The agent cannot fully understand what results to expect.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 100% schema description coverage, the baseline is 3. The description adds no extra meaning beyond the schema, but the schema already describes the parameters adequately. The description does not elaborate on parameter usage or constraints.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states what the tool does (find nearby restaurants, landmarks, transit stations, distances) but does not differentiate from siblings like area_guide or hotel_search. It is specific enough for basic understanding.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool over alternatives. For example, it does not mention that area_guide might provide broader area info or that hotel_search returns hotel listings. No exclusions or prerequisites are provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
price_compareBInspect
Compare prices for one hotel across booking sites (Booking.com, Hotels.com, Expedia, etc.).
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Specific hotel name + city | |
| country | No | Country (default: us) | |
| check_in | No | Check-in YYYY-MM-DD | |
| currency | No | Currency (default: USD) | |
| check_out | No | Check-out YYYY-MM-DD |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description should disclose behavioral traits. It does not mention how many sites are checked, whether comparisons include taxes or fees, response format, or any constraints like regional availability. This is insufficient for a tool with no annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The single-sentence description is concise and front-loaded with the core purpose. However, it could be expanded slightly to include usage guidance without losing conciseness.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has 5 parameters, no output schema, and no annotations, the description is too brief. It omits what the response contains, error handling, and any constraints. Complete enough for a simple list tool but inadequate here.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the baseline is 3. The description adds no extra meaning beyond the schema, as it merely restates the concept of comparing across sites. It does not explain parameter formats or relationships.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: compare prices for one hotel across multiple booking sites. It uses specific verbs and resource, distinguishing it from siblings like 'cheapest_hotels' and 'hotel_prices_calendar'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives. There is no mention of prerequisites, limitations, or exclusions, leaving the agent to infer usage context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
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 published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
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!
Your Connectors
Sign in to create a connector for this server.