Skip to main content
Glama

get_station_hazard

Read-onlyIdempotent

Official disaster-risk categories at a Japanese train station, relayed live from the MLIT 不動産情報ライブラリ (Real Estate Information Library): flood inundation-depth rank, landform / liquefaction classification, and storm-surge inundation-area presence (landslide & tsunami are license-restricted and return available:false with a link to the official maps). Returns the official values/categories as-is — no composite score, no judgment. Accepts a station name in Japanese (新宿, 武蔵小杉) or romaji (Shinjuku, Musashi-Kosugi). For research/analytics; NOT a substitute for official government hazard maps or evacuation decisions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
station_nameYesStation name in Japanese (新宿, 武蔵小杉) or romaji (Shinjuku, Musashi-Kosugi).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
hazardNoOfficial categories: flood inundation depth, landform/liquefaction, storm-surge.
stationNoResolved station + coordinates.
disclaimerNoUsage disclaimer (not a substitute for official maps).
attributionNoData source(s), license and provenance — an object, or an array of sources.

TDQS

A4.6/5.0
Behavior5/5

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

The description discloses key behavioral traits: returns official values/categories as-is (no composite score, no judgment), indicates that landslide and tsunami data are license-restricted and return 'available:false' with a link. Annotations already include readOnlyHint, idempotentHint, etc., but the description adds valuable context about data availability and output nature. No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is moderately long but every sentence carries essential information: source, categories, restrictions, input format, disclaimer. It is front-loaded with the primary purpose. While not extremely concise, it avoids redundancy and is 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?

Given the complexity of the tool (multiple hazard categories, license restrictions, special return behavior), the description is complete: it covers data source, included/excluded categories, input format, output behavior, and appropriate usage disclaimer. The existence of an output schema (not shown) further supports completeness. An agent can confidently select and invoke this tool.

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 coverage is 100% with a description for station_name. The description adds value by clarifying that the station name can be in Japanese or romaji, and provides examples (新宿, 武蔵小杉, Shinjuku, Musashi-Kosugi). This goes beyond the schema's generic description, aiding correct input.

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 the tool retrieves official disaster-risk categories for a Japanese train station, specifying the data source (MLIT Real Estate Information Library), the categories included (flood inundation-depth rank, landform/liquefaction classification, storm-surge inundation-area presence), and what is excluded (landslide and tsunami). The verb 'get' and resource 'station hazard' are precise. This distinguishes it from sibling tools like get_station_alerts or get_station_context.

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 provides usage context: 'For research/analytics; NOT a substitute for official government hazard maps or evacuation decisions.' It implies when to use (analytics, not emergency) and notes license restrictions for some categories. However, it does not explicitly contrast with alternative sibling tools or state when to prefer this over get_station_alerts, etc. Still, the guidance is clear enough.

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.1/5.0
Disambiguation2/5

Several tools have overlapping purposes: get_active_alerts and get_station_alerts both return JMA flood/landslide alerts, differing only by input type. Similarly, get_municipality_context and get_station_context expose the same underlying data via different resolvers, and get_station_context already includes hazard categories that get_station_hazard duplicates in more detail. These overlaps make it difficult for an agent to know which tool to select for a given query.

Naming Consistency4/5

Most tools follow a clear 'get_' prefix (e.g., get_toilet_by_station, get_train_status), which is consistent. However, 'station_search' and 'ping' break the pattern, and the role-split text references a non-existent 'search_ramen' tool. The dominant convention is clear, but the exceptions introduce minor inconsistency.

Tool Count4/5

With 10 tools, the count is within a reasonable range for the server's broad scope (station info, toilet accessibility, hazards, alerts, train status). However, the redundancy between municipality_context/station_context and actives_alerts/station_alerts means not every tool earns a unique place, making the set slightly over-provisioned. Still, it is not excessively large.

Completeness3/5

The server covers the main info-retrieval needs for toilets, station hazards, alerts, and train status. However, station_search explicitly tells agents to 'search_ramen' for ramen details, yet that tool is not provided, creating a clear dead end. Also, the domain is broader than the server name suggests, and some peripheral data (e.g., detailed ramen profiles) is only partially surfaced.

Resources