Skip to main content
Glama

Hotel review digest

get_hotel_review

Editorial review of a specific hotel: overall letter grade, who it suits and who it doesn't, a six-category breakdown (location, rooms, service, dining, facilities, value), and a verdict. ~350 hotels covered; available in 19 languages.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNoOptional city name to narrow the match
hotelYesHotel name or slug, e.g. 'Artelist Hotel' or 'artelist-hotel-istanbul'
localeNoLanguage for the review text (default: en)

TDQS

A3.6/5.0
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 weight. It does not disclose any behavioral traits like idempotency, authentication requirements, error handling, or rate limits. The description is purely content-focused, missing details about what happens when a hotel is not found or whether results are cached.

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 concisely convey the core purpose, output components, coverage scale, and language support. No filler or unnecessary repetition—every sentence 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?

Despite lacking an output schema, the description adequately explains the review's structure (grade, suitability, six categories, verdict) and scoping (350 hotels, 19 languages). It does not cover return format or error responses, but for a content-retrieval tool, the description sets clear expectations.

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%—all parameters are documented in the input schema. The description adds no additional meaning beyond noting the 19-language locale availability, which already exists in the enum. It does not clarify the format for 'hotel' or how 'city' narrowing works.

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 provides an 'editorial review of a specific hotel' including a letter grade, suitability, and a six-category breakdown. This verb+resource structure is specific and distinguishes it from siblings like 'find_reviewed_hotels' or 'get_booking_advice' by focusing on a single hotel review.

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?

No explicit guidance on when to use this tool vs. alternatives is given. The description implies usage for obtaining a detailed editorial review, but does not mention exclusions or mention sibling tools such as 'find_reviewed_hotels' for checking coverage or 'get_city_calendar' for other needs.

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/5.0
Disambiguation5/5

Each tool addresses a distinct aspect: booking advice, calendar events, last-minute deals, and city listing. No functional overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern (get_*, list_*), making them predictable.

Tool Count5/5

With 4 tools, the server is compact yet covers the core functionalities of a hotel booking-timing service.

Completeness5/5

The tool set provides all necessary operations for the declared domain: advice, calendar, deals, and city discovery. No obvious gaps.

Resources