Skip to main content
Glama

get_room_grid

Read-onlyIdempotent

Check room grid for a hotel to view bed setups, room dimensions, breakfast inclusion, and cancellation policies. Provide hotel ID and stay dates to retrieve these details.

Instructions

Inspect detailed room grid, bed setups, room dimensions, breakfast inclusion, and cancellation terms.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roomsNoNumber of required rooms. Default: 1.
adultsNoNumber of adult guests. Default: 2.
check_inNoCheck-in date in YYYY-MM-DD format (e.g. '2026-10-02').
childrenNoNumber of children. Default: 0.
hotel_idYesPlatform hotel identifier (e.g. '63312639' for Agoda, 'the-m-seoul' for Booking.com).
providerNoTarget provider ('agoda' or 'booking.com'). Default: 'agoda'.agoda
check_outNoCheck-out date in YYYY-MM-DD format (e.g. '2026-10-06').
logged_inNoTrue for member rates. Default: True.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint. The description adds useful content details (breakfast inclusion, cancellation terms, bed setups) beyond those annotations, but it doesn't disclose other behavioral traits like result variability or the effect of the logged_in flag on member rates. Some value is added, but not comprehensively.

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, front-loaded sentence that efficiently lists the key aspects without filler. It is concise and well-structured, earning a perfect score for brevity and clarity.

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?

Considering the presence of an output schema and strong annotations (read-only, open-world, idempotent), the description sufficiently covers the tool's purpose. The main gap is the lack of usage context, but that is captured under usage_guidelines. For a read-only inspection tool, it's fairly 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 coverage is 100%, with all parameters having descriptive text. The description doesn't add parameter-specific semantics beyond hinting at the data types inspected, but the schema already covers the parameters' meaning. The baseline of 3 is appropriate since the description adds no extra parameter insight.

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 specific resource (room grid) and the information it exposes (beds, dimensions, breakfast, cancellation). It is distinct from siblings like get_property_details, though it doesn't explicitly contrast itself with them, so it stops short of a 5.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is given on when to use this tool versus alternatives such as get_property_details or compare_hotel_prices. It doesn't mention prerequisites, conditions, or scenarios where this tool is preferred, leaving the agent to infer usage.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Skyline-9/hotels-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server