Skip to main content
Glama

Server Quality Checklist

67%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v0.1.0

  • Disambiguation5/5

    Each tool maps to a distinct purpose: search_hotels performs queries, get_hotel returns detail for a specific facility, while list_conditions and list_areas are clearly separate reference lookups. No two tools appear to do the same thing.

    Naming Consistency5/5

    All tool names follow a consistent lower_snake verb_noun convention: search_, get_, list_. The only minor variation is plural search_hotels vs singular get_hotel, which does not create confusion.

    Tool Count5/5

    Four tools is well-scoped for a focused read-only hotel-search server: one query tool, one detail tool, and two supporting reference lookups. Each tool earns its place and works together as a cohesive set.

    Completeness5/5

    The surface covers the full search workflow: discover supported filters (list_conditions), narrow by area (list_areas), search hotels, and inspect a specific facility's verified details. There are no obvious dead ends or missing operations for the stated domain.

  • Average 4.4/5 across 4 of 4 tools scored.

    See the Tool Scores section below for per-tool breakdowns.

    • No community issues in the last 6 months
    • 1 commit in the last 12 weeks
    • No stable releases found
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI status not available
  • Add a LICENSE file by following GitHub's guide. Once GitHub recognizes the license, the system will automatically detect it within a few hours.

    If the license does not appear after some time, you can manually trigger a new scan using the MCP server admin interface.

    MCP servers without a LICENSE cannot be installed.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • Add a glama.json file to provide metadata about your server.

  • This server has been verified by its author.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • 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.

  • Behavior3/5

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

    Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false, so the safety profile is covered. The description adds that it returns counts and feature pages, and the phrase '主要エリア' hints at a possible scope limitation. However, it does not disclose return format, pagination, or data freshness; with no output schema, this is a moderate gap.

    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?

    A single sentence that front-loads the return content and closes with the intended use case. No filler or redundant restatement of the title.

    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?

    This is a parameterless read-only list operation with strong annotations. The description fully specifies what it returns and when to use it; no invocation complexity is missing. An agent can confidently call and interpret this tool without further documentation.

    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?

    The schema has zero parameters and 100% schema description coverage, so there is nothing for the description to compensate for. Baseline for 0 params is 4; no additional parameter detail is needed.

    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 verb (返します) and a concrete resource: prefecture-level facility counts, major areas, and editorial area feature page list. It also frames the tool as a pre-search rough targeting aid, which distinguishes it from search siblings. This is above the minimum viable and leaves no ambiguity about what the tool does.

    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 explicitly says to use it before searching for rough targeting (検索前の当たり付けに使います), providing clear context for when to invoke it. It does not explicitly name sibling tools or give exclusions, so it stops just short of a 5.

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

  • Behavior3/5

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

    The annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering safety and side effects. The description adds that the tool returns all definitions and enumerates the fields, which is consistent but does not introduce significant behavioral traits beyond what the annotations provide.

    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?

    A single, front-loaded sentence that states the purpose first and packs the return fields into a parenthetical list. There is no filler or redundant information; every part of the 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?

    For a simple parameterless listing tool, the description tells the agent exactly what will be returned and why it exists. The absent output schema is compensated by the explicit field list, and annotations cover operational behavior, so nothing essential is 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?

    The tool has zero parameters and an empty schema, so there are no parameter semantics to document. The description's emphasis on '全定義' (all definitions) confirms the tool takes no filters and returns the complete set, which is appropriate for this zero-parameter design.

    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 uses a specific verb ('返します' – returns) and a precise resource ('子連れ条件の全定義' – all definitions of child-friendly conditions), and it lists the return fields (id, label, target age, facility count). This clearly distinguishes it from sibling tools like list_areas and search_hotels, which are about areas and hotel search rather than condition meta-definitions.

    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 phrase '検索に使える' (usable for search) provides clear context that this is a reference list intended to be used with search_hotels. It does not explicitly name alternatives or state exclusions, but the intended usage context is clear enough for an agent to infer when to call this tool.

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

  • Behavior5/5

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

    Annotations already mark the tool as read-only, idempotent, and non-destructive. The description adds meaningful behavior: results are limited to bulleted text and Markdown links, no map/location-card widgets should be attached, and each result's page URL is the facility's detail/reservation page. It also notes conditions are verified, which is useful operational context beyond the annotations.

    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 compact and front-loaded: purpose first, then the keyword shortcut, then output and display constraints. Every sentence carries distinct information and there is no redundant repetition of the schema or annotations.

    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?

    For a read-only search tool with 8 optional parameters and no output schema, the description covers the search dimensions, condition-source reference, keyword behavior, result URL meaning, and output formatting. It does not explicitly mention list_areas for valid area values or get_hotel for single-hotel detail lookup, and it does not address empty-result handling, but the schema and annotations cover much of the remaining context.

    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?

    The schema covers all 8 parameters with descriptions and examples (100% coverage), so the baseline is 3. The description adds extra value by tying conditions to the 48 verified IDs in list_conditions and clarifying that keyword is for direct hotel-name search, which goes slightly beyond the schema text.

    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 clearly states it searches Japanese accommodations using verified baby/child-friendly conditions (48 types, referencing list_conditions), area, child age, and price. It distinguishes itself from siblings by emphasizing condition-based search and keyword search when the hotel name is known, so an agent can tell it apart from get_hotel/list_conditions/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?

    Gives clear guidance on when to search by conditions/area/age/price and when to use keyword directly if the hotel name is known. It also points to list_conditions for valid condition IDs and gives output formatting rules. It does not explicitly direct the agent to get_hotel for a single hotel's details or state when not to use this tool, which keeps it short of a 5.

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

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

kids-stay-mcp MCP server

Copy to your README.md:

Score Badge

kids-stay-mcp MCP server

Copy to your README.md:

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