Skip to main content
Glama

luxury-lodging

Search Luxury Lodging homes

search_properties
Read-onlyIdempotent

Search Luxury Lodging's directly bookable vacation rentals by destination, dates, group size, bedrooms and amenities. With dates, only properties actually available are returned. Always quote the stay total from get_live_quote rather than the nightly rate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
petsNoOnly return homes that accept pets.
sortNoOrder by the cheapest stay total. Only works with dates.
limitNoHow many properties to return (default 8).
queryNoFree text place, e.g. 'Tampa', 'near Chicago downtown', a neighbourhood or a landmark.
guestsNoNumber of guests, including children.
marketNoMarket or city name, when the guest named one exactly.
check_inNoCheck-in date, YYYY-MM-DD. Give both dates to filter by real availability.
amenitiesNoAmenities the home must have, as recorded by the property manager.
check_outNoCheck-out date, YYYY-MM-DD.
max_totalNoBudget for the whole stay in dollars, including cleaning, fees and taxes. Only works with dates.
bedrooms_minNoFewest bedrooms acceptable.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already establish readOnlyHint=true, idempotentHint=true, and non-destructive behavior. Beyond that, the description adds meaningful behavior: only properties actually available are returned when dates are provided, and the nightly rate should not be trusted as the stay total. This is useful context not captured by 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?

Three sentences, each earning its place: the first states what the tool searches, the second explains availability behavior with dates, and the third gives essential pricing guidance. It is front-loaded and free of filler.

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?

With 11 parameters, no output schema, and no required fields, a complete description would ideally mention what fields appear in results or how ambiguous destinations are handled. However, the schema covers parameter semantics thoroughly, and the description adds the two most critical behavioral rules: date-based availability filtering and always using get_live_quote for the true total.

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 schema already explains all 11 parameters in detail. The description adds only a high-level summary of search dimensions ('destination, dates, group size, bedrooms and amenities') and the date-dependent availability behavior, which slightly reinforces but does not materially extend the schema's parameter documentation.

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 states a specific verb and resource: 'Search Luxury Lodging's directly bookable vacation rentals.' It names the main search facets (destination, dates, group size, bedrooms, amenities), and this clearly distinguishes it from siblings like get_property_details and get_live_quote, which serve different purposes.

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 description gives clear context for using the tool: provide dates to get truly available propertiescars, and never use the nightly rate as the final price. It points to get_live_quote as the correct quoting alternative. However, it does not explicitly state when not to use this tool in favor of get_availability or list_markets.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources