Skip to main content
Glama

stays

Read-onlyIdempotent

Hotels and stay partners for a city (read-only): hotel listings with a tracked booking link each, plus the partner search links that cover the city. Prices are not returned; the partner page has them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityYesCity slug or name, e.g. 'burgenland' or 'New York City'. Unknown cities answer with did_you_mean.
limitNoMaximum hotel listings (1-50).
countryYesCountry slug or name, e.g. 'italy'. Optional where city is given.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed3 schema fields changed
    • addedInput schema / properties / city / description
      Added value: +"City slug or name, e.g. 'burgenland' or 'New York City'. Unknown cities answer with did_you_mean."
    • addedInput schema / properties / country / description
      Added value: +"Country slug or name, e.g. 'italy'. Optional where city is given."
    • addedInput schema / properties / limit / description
      Added value: +"Maximum hotel listings (1-50)."
  2. 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, idempotentHint, and destructiveHint. The description adds valuable behavioral detail beyond that: it states prices are not returned and must be found on the partner page, and it clarifies the nature of the links (tracked booking links and partner search links). This is not redundant with annotations and helps set agent expectations.

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, front-loaded with the core purpose and read-only note, followed by the critical price caveat. No unnecessary words or repetition. Highly scannable and efficient.

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?

Given no output schema and three parameters, the description communicates the key return contents (listings with links, partner search links) and the price limitation. It does not detail exact response shape or pagination, but the essential information an agent needs to call and interpret the tool is present. The annotations cover safety traits.

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 baseline is 3. The description does not add parameter-specific meaning beyond the schema; it only mentions 'for a city', which the schema already covers. No extra value is provided for country, city, or limit.

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 returns hotels and stay partners for a city, specifies read-only, and enumerates the contents (hotel listings with tracked booking links and partner search links). This distinguishes it from sibling tools like car_hire, experiences, or festivals without ambiguity.

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 makes the usage context obvious: use this tool when you need hotel/stay listings for a city. It does not explicitly name alternatives or exclusion conditions, but the purpose is clear enough for an agent to select it over siblings. Lacking an explicit 'use X instead' statement keeps it from a 5.

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