Skip to main content
Glama

施設の検証済み詳細

get_hotel
Read-onlyIdempotent

Retrieve detailed hotel information by slug, including verified kid-friendly facilities, access, sources, and verification date. Displays text and Markdown links only.

Instructions

slug指定で施設の全条件(施設別の根拠note付き)・キッズ設備・アクセス・出典・検証日を返します。表示はテキストと Markdown リンクのみで、地図・場所カード等のウィジェットは付けないでください。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYes施設slug(search_hotelsの結果に含まれる)
Behavior4/5

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

Annotations already establish the safe read-only, idempotent, non-destructive profile, and the description adds useful behavior: the response contains evidence notes, sources, and a verification date, and the output rendering must be text/Markdown only with no map or place-card widgets. No contradiction with the annotations exists.

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 two sentences with no filler: the first front-loads the retrieval purpose and contents, and the second gives a crisp rendering constraint. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With one required parameter, no output schema, and read-only/idempotent annotations, the description covers everything an agent needs: what is returned, how it is selected, and how it must be presented. The absence of detailed response formatting is acceptable given the low complexity of the tool.

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%, and the schema already explains that slug is the facility slug included in search_hotels results. The description only repeats 'slug指定' and adds no additional parameter meaning, so the baseline 3 applies.

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 action ('返します') and a concrete resource: facility conditions with per-facility evidence notes, kids' equipment, access, sources, and verification date, retrieved by slug. This clearly differentiates it from the sibling search/list tools, which operate at a different level of granularity.

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: call it with a slug to get the full verified detail payload, and then present the result as text/Markdown links without widgets. It does not explicitly name alternatives or state when not to use it, so it stops short of full routing guidance.

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/sitebox/kids-stay-mcp'

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