Skip to main content
Glama

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.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsB

Average 3.3/5 across 8 of 8 tools scored.

Server CoherenceA
Disambiguation5/5

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.

Naming Consistency4/5

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.

Tool Count5/5

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.

Completeness5/5

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 tools
area_guideBInspect

Best neighborhoods to stay in a city. Compares areas by price, rating, and popular hotels.

ParametersJSON Schema
NameRequiredDescriptionDefault
cityNoCity name (e.g., 'Tokyo', 'Barcelona', 'New York')
budgetNobudget, mid, or luxury (default: mid)
countryNoCountry (default: us)
check_inNoCheck-in YYYY-MM-DD
currencyNoCurrency (default: USD)
check_outNoCheck-out YYYY-MM-DD
Behavior2/5

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.

Conciseness5/5

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.

Completeness2/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines2/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNoCity or area
countryNoCountry (default: us)
check_inNoCheck-in YYYY-MM-DD
currencyNoCurrency (default: USD)
check_outNoCheck-out YYYY-MM-DD
max_priceNoMax price per night
hotel_classNoMin star rating (2-5)
Behavior2/5

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.

Conciseness4/5

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.

Completeness2/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines2/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior2/5

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.

Conciseness5/5

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.

Completeness2/5

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.

Parameters4/5

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.

Purpose4/5

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.

Usage Guidelines2/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNoHotel name + city (e.g., 'Ritz Paris')
countryNoCountry (default: us)
check_inNoCheck-in YYYY-MM-DD
currencyNoCurrency (default: USD)
check_outNoCheck-out YYYY-MM-DD
Behavior2/5

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.

Conciseness4/5

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.

Completeness3/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines3/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNoHotel name + city
weeksNoWeeks to scan (1-6, default: 4)
nightsNoStay duration (default: 2)
countryNoCountry (default: us)
currencyNoCurrency (default: USD)
start_dateNoStart date YYYY-MM-DD
Behavior3/5

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.

Conciseness5/5

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.

Completeness3/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

nearby_attractionsCInspect

What is near a hotel: restaurants, landmarks, transit stations, distances.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNoHotel name + city
check_inNoCheck-in YYYY-MM-DD
check_outNoCheck-out YYYY-MM-DD
Behavior2/5

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.

Conciseness4/5

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.

Completeness2/5

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.

Parameters3/5

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.

Purpose4/5

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.

Usage Guidelines2/5

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.).

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNoSpecific hotel name + city
countryNoCountry (default: us)
check_inNoCheck-in YYYY-MM-DD
currencyNoCurrency (default: USD)
check_outNoCheck-out YYYY-MM-DD
Behavior2/5

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.

Conciseness4/5

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.

Completeness2/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines2/5

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.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.