Skip to main content
Glama

TrustedVillas Villa Rentals

search_villas

Search self-catering villa rentals with real-time availability. Filter by destination, check-in/check-out dates, guests, bedrooms, and amenities (pool, pet-friendly, sea view, wifi, parking, air conditioning). Returns matching villas with nightly price and a link to book. Always pass checkIn, checkOut, and guests when the user has specified dates and party size.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
areaNoRegion or area, e.g. "Costa del Sol", "Tuscany", "Algarve".
poolNoPrivate swimming pool required.
sortNoResult ordering.relevance
wifiNoWiFi required.
airConNoAir conditioning required.
cursorNoPagination cursor from a previous response.
guestsNoTotal number of guests including children.
checkInNoCheck-in date (YYYY-MM-DD). Required for availability filtering.
countryNoCountry name in English, e.g. "Spain", "France", "Italy".
parkingNoOn-site parking required.
seaViewNoSea or ocean view required.
bedroomsNoMinimum number of bedrooms required.
checkOutNoCheck-out date (YYYY-MM-DD). Required with checkIn.
locationNoTown or resort name, e.g. "Marbella", "Positano", "Lagos".
maxPriceNoMaximum nightly price in GBP.
minPriceNoMinimum nightly price in GBP.
pageSizeNo
petFriendlyNoPets accepted.

TDQS

A3.9/5.0
Behavior3/5

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

No annotations provided; description mentions real-time availability and return fields but lacks details on pagination limits, rate limits, or data freshness.

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 covering purpose, filters, and critical usage guidance with no redundant information.

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 18 parameters and no output schema, description omits details on pagination cursor and sort behavior, leaving some gaps for complete understanding.

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 94%, so description adds limited value beyond emphasizing checkIn, checkOut, and guests usage.

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 'Search' and resource 'self-catering villa rentals', and lists key filters, differentiating it from sibling tools like check_availability and get_villa_details.

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?

Provides explicit guidance to pass checkIn, checkOut, and guests when relevant, but does not explicitly distinguish when to use this tool versus siblings.

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.

TDQS

A4.3/5.0
Disambiguation5/5

Each tool serves a distinct function: search, details, availability, and quoting. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with underscores (check_availability, get_quote, get_villa_details, search_villas). No mixing of conventions.

Tool Count5/5

4 tools are well-suited for a villa rental server, covering search, details, availability, and pricing without being too few or too many.

Completeness4/5

The toolset covers key operations: search, details, availability, and quotes. The only minor gap is a direct booking tool, but the provided booking link mitigates this.

Resources