Skip to main content
Glama

Kids Stay

Server Details

Search Japanese hotels by 48 verified kid-friendly conditions, with sources and dates.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.1/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct function: get_hotel for a single hotel's details, list_areas for regional overview, list_conditions for searchable criteria, and search_hotels for querying. No overlap in purpose.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., get_hotel, list_areas). Although 'get_hotel' uses singular and others plural, the pattern is uniform and intuitive.

Tool Count4/5

With 4 tools, the set is lean but well-scoped for a specialized hotel search service. It covers all core operations without being excessive or insufficient.

Completeness4/5

The tool surface covers the full workflow: exploring areas and conditions, searching with filters, and retrieving hotel details. Minor gaps like user reviews are outside the stated domain.

Available Tools

4 tools
get_hotel施設の検証済み詳細AInspect

slug指定で施設の全条件(施設別の根拠note付き)・キッズ設備・アクセス・出典・検証日を返します。

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

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

With no annotations, the description fully carries the burden. It discloses the return content comprehensively (conditions with notes, kids facilities, access, sources, verification date). No side effects are indicated, but it is a read operation.

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, information-dense sentence that enumerates all return categories without waste. It is concise and well-structured.

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?

For a simple get tool with one parameter and no output schema, the description thoroughly explains what is returned, covering multiple aspects. No gaps are present.

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 covers 100% of parameters, already explaining the slug parameter. The tool description adds no extra meaning beyond the schema, so baseline 3 is appropriate.

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 that the tool returns all conditions, kids facilities, access, sources, and verification date for a facility specified by slug. It uses specific verbs and resources, and the purpose is distinct from sibling tools like search_hotels or list_areas.

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 implies usage when a slug from search_hotels is available and detailed verified info is needed. It does not explicitly state when not to use or mention alternatives, but the context is clear given the sibling tools.

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

list_areasエリア別の在庫AInspect

都道府県別の施設数・主要エリアと、編集部のエリア特集ページ一覧を返します。検索前の当たり付けに使います。

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior3/5

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

No annotations provided. Description only states what is returned, not behavioral traits like read-only or idempotency. As a read-only list with no parameters, transparency is adequate but could explicitly state it is non-destructive.

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: first specifies output, second states use case. No wasted words. Front-loaded with primary content.

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?

Given no parameters or output schema, description fully covers what the tool does and when to use it. Nothing critical missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

No parameters. Schema coverage is 100% vacuous. Description adds value by explaining the pre-search context, meeting baseline for zero-parameter tools.

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?

Description explicitly states it returns facility counts by prefecture, main areas, and editorial feature pages. Verb '返します' (returns) is clear. Distinct from sibling tools like search_hotels which search for hotels, not areas.

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?

States '検索前の当たり付けに使います' (used for targeting before searching), implying use before search_hotels. Does not explicitly exclude other contexts but provides clear usage context.

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

list_conditions48条件の定義一覧AInspect

検索に使える子連れ条件の全定義(id・ラベル・対象年齢・該当施設数)を返します。

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior3/5

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

No annotations are provided, so the description carries the full burden. It states the tool 'returns' definitions, implying a read-only action, but does not explicitly disclose safety (no side effects) or any prerequisites. For a simple list tool, this is adequate but not exemplary.

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, well-structured sentence that conveys essential information efficiently. No redundant or filler content.

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 no output schema, the description adequately explains the return fields (id, label, target age, number of facilities) and states it returns the full list. This is sufficient for a simple read-only 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?

The input schema has no parameters, and schema description coverage is 100%. The description does not need to add parameter information, and it doesn't. Baseline 3 is appropriate as it adds no value beyond schema but also doesn't need to.

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 returns all definitions of child-friendly conditions (id, label, target age, number of facilities) that can be used for search. This distinguishes it from sibling tools like get_hotel, list_areas, and search_hotels, which serve different purposes.

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 implies the tool is for retrieving condition definitions to be used as search filters. While it doesn't explicitly say when not to use it or name alternatives, the context of sibling tools is clear enough that an AI agent would understand its role.

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

search_hotels子連れ条件×エリアで宿を検索AInspect

赤ちゃん・子連れ向け設備の検証済み条件(48種・list_conditions参照)とエリア・子どもの年齢・価格で日本の宿を検索します。結果の page URL が施設の詳細・予約ページです。

ParametersJSON Schema
NameRequiredDescriptionDefault
areaNoエリア名。例: "箱根" "沖縄本島"
sortNo並び順。既定=rating(楽天評価順)
limitNo取得件数(既定10・最大20)
child_ageNo子どもの年齢(歳)。対象年齢に合う宿へ絞り込み
max_priceNo1名1泊あたり上限額(円・目安)
conditionsNo条件ID(AND検索)。例: ["baby_bed_rental","bath_pre_potty_ok"]
prefectureNo都道府県名またはJISコード。例: "神奈川県" / "14"
Behavior2/5

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

No annotations provided, so description carries full burden. It mentions search is for verified family-friendly conditions and result includes page URL, but does not disclose any behavioral traits like rate limits, authentication, or read-only nature.

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 concise sentences. First sentence covers purpose and key parameters; second explains result URL. No filler, clear and front-loaded.

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

Completeness2/5

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

With 7 parameters, no output schema, and no required params, the description only mentions that result contains a page URL. It lacks details on other return fields, pagination, or error handling, leaving the agent underinformed.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has 100% coverage with parameter descriptions. Description adds value by stating there are 48 condition types and referencing list_conditions, providing context beyond the schema examples.

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?

Title and description clearly state it searches Japanese hotels by family-friendly conditions, area, child age, and price. Distinguishes from sibling tools: 'get_hotel' gets single hotel, 'list_areas' lists areas, 'list_conditions' lists conditions.

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?

Description implies usage with multiple filters and references list_conditions for condition codes, but does not explicitly state when to use this tool vs. alternatives or when not to use it.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources