Skip to main content
Glama

Best Time to Book Hotels

Server Details

Best-time-to-book verdicts, live last-minute hotel deals, and city price calendars, from data.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

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 DescriptionsA

Average 3.8/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: get_booking_advice provides a booking verdict, get_city_calendar shows events and value windows, get_last_minute_deals lists live deals, and list_cities enumerates available cities. There is no overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., get_booking_advice, list_cities). No mixed conventions or ambiguous verbs.

Tool Count4/5

4 tools is slightly on the low side but appropriate for this focused domain. Each tool addresses a core query (advice, calendar, deals, city listing). It is not too few to be useful, nor too many.

Completeness4/5

The tool set covers the main aspects of booking timing advice: verdict, upcoming events, last-minute deals, and city coverage. Minor gaps exist (e.g., no historical price trends or individual hotel details), but the core workflow is complete.

Available Tools

4 tools
get_booking_adviceBest time to book adviceAInspect

Get a data-backed verdict on whether to book a hotel now or wait, for a city and stay dates. Based on tracked daily median prices.

ParametersJSON Schema
NameRequiredDescriptionDefault
cityYesCity name, e.g. 'Lisbon'
checkInYesCheck-in date, YYYY-MM-DD
checkOutYesCheck-out date, YYYY-MM-DD
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden. It mentions the tool is 'Based on tracked daily median prices,' which gives some insight into the data source. However, it does not disclose any limitations, error handling, or what happens when data is unavailable. This is adequate but not comprehensive.

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?

The description is two sentences long with no redundant information. It front-loads the main action and adds a brief note about the data source. Every sentence earns its place, making it efficient.

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?

The tool has 3 parameters, no output schema, and no annotations. The description explains the tool's output in general terms ('verdict') but does not specify the return format, success/error responses, or any additional context needed for correct invocation. It is minimally complete but lacks depth.

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% (all three parameters have descriptions). The tool's description adds no additional parameter details beyond restating that it uses city and dates. Since the schema already covers semantics, the description provides minimal extra value, meeting the baseline of 3.

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 uses a specific verb phrase ('Get a data-backed verdict') and identifies the resource ('whether to book a hotel now or wait, for a city and stay dates'). It clearly distinguishes from siblings like get_city_calendar (calendar view) and get_last_minute_deals (deals-focused).

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 (when a user needs a booking recommendation) but does not explicitly state when to use this tool versus alternatives or provide exclusions for certain scenarios. Some guidance is present through the sibling tool names, but the description itself lacks direct usage context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_city_calendarCity price calendarBInspect

Hot dates (events and holidays that push hotel prices up) and value windows (historically cheaper stretches) for a city in a date range.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoRange end, YYYY-MM-DD (default: one year from today)
cityYesCity name, e.g. 'Lisbon'
fromNoRange start, YYYY-MM-DD (default: today)
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must bear full behavioral disclosure. It only describes output content but does not mention read-only nature, authentication requirements, or other behavioral traits. This is insufficient.

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?

The description is a single concise sentence that front-loads the purpose. No wasted words; every part earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple query tool with good schema coverage and no output schema, the description adequately explains what is returned (hot dates and value windows). However, it could mention the data format or pagination to be fully complete.

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 baseline is 3. The description adds no additional meaning beyond what the schema provides for the parameters. It mentions 'date range' but no specifics on format or defaults, which are already in schema.

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 the tool provides 'hot dates' (events/holidays) and 'value windows' (cheaper stretches) for a city in a date range, distinguishing it from siblings like get_booking_advice or get_last_minute_deals. However, it could be more precise about the output format.

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 use for price calendar queries but does not explicitly state when to use this tool vs. alternatives like get_booking_advice or get_last_minute_deals. It lacks 'when-not' guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_last_minute_dealsLast-minute hotel dealsAInspect

Current last-minute hotel deals in a city: live rates below each hotel's tracked typical price, plus hotels that historically drop prices close to check-in.

ParametersJSON Schema
NameRequiredDescriptionDefault
cityYesCity name, e.g. 'Lisbon'
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must cover behavioral traits. It mentions live rates and historical price drops but does not disclose whether the tool is read-only, any rate limits, or the exact structure of returned data.

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?

The description is extremely concise at two sentences, front-loaded with the main action, and includes all essential information without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple tool with one parameter and no output schema, the description provides adequate context about what it does. It lacks error handling or pagination details but overall is sufficient.

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% with one parameter 'city' described as 'City name, e.g. 'Lisbon''. The description does not add additional semantics beyond the schema, so a 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 retrieves last-minute hotel deals in a city, with live rates and historical price drops. It is distinct from sibling tools like get_booking_advice or list_cities.

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 checking last-minute deals but lacks explicit guidance on when not to use it or how it compares to alternatives. No exclusions or prerequisites are mentioned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

list_citiesList covered citiesAInspect

List the cities with hotel booking-timing data on Best Time to Book Hotels. Optionally filter by a search string. Call this first to learn coverage.

ParametersJSON Schema
NameRequiredDescriptionDefault
searchNoOptional filter matched against city and country names
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, but description conveys the tool's nature (listing cities, optional filtering). Does not detail pagination or ordering, but for a simple read tool, behavior is adequately transparent.

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 concise sentences deliver all necessary information without any filler or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple list tool with one optional parameter and no output schema, the description fully covers what the agent needs: purpose, filter capability, and invocation order.

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%—the only parameter 'search' already has a description. The tool description merely restates it, adding no new meaning beyond the schema.

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?

Description explicitly states the action (list), resource (cities with booking-timing data), and purpose (learn coverage). It clearly distinguishes from siblings like get_booking_advice or get_city_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?

Explicitly advises to 'Call this first to learn coverage,' providing a clear usage order among siblings. Lacks explicit exclusion criteria but context is sufficient.

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.

Resources