Skip to main content
Glama

kuongeo

Here, now (Japan)

here

For one point in Japan: municipality and its 5-digit code, JMA warnings and advisories in force (with English names), nearest AMeDAS observation, heat (WBGT), earthquakes within 300 km, hazard zones (flood, tsunami, storm surge, landslide), elevation, nearest free RTK base, furusato-nozei prices for the municipality and the cost of living of the matching surveyed city (rent, utilities, staples; Statistics Bureau monthly survey) from kurashigram.com. Same as GET https://kuongeo.com/api/here. Warnings are relayed from JMA, not issued here.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latYeslatitude (20 to 46)
lonYeslongitude (122 to 154)
langNoen
sectionsNocomma list of muni,warnings,observation,earthquakes,hazards,heat,elevation,rtk,prices (default all)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations, the description carries the transparency burden. It usefully discloses that warnings come from JMA and are relayed, not issued, and that prices originate from kurashigram.com. It also states equivalence to a GET endpoint, implying read-only behavior. It does not mention possible errors, data freshness, or output format, but it does provide meaningful behavioral context.

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

Conciseness3/5

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

The description is dense and front-loaded with 'For one point in Japan,' but it is a very long run-on sentence that repeats list-like content already partially available in the schema's sections enumeration. It contains useful added detail, yet it could be restructured into a scannable list without losing information.

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

Completeness3/5

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

For a complex multi-section tool with no output schema, the description gives a broad inventory of returned data and cites the source endpoint. It is sufficient for a basic call, but it does not describe response shape, units for WBGT/elevation, or how warnings are structured. The description names the pieces but leaves the exact payload contract unspecified.

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 75%, so the schema already documents lat/lon ranges, lang, and the sections value list. The description adds meaning by enumerating what each section actually contains (municipality code, JMA warning names, hazard zones, furusato-nozei prices, etc.), which helps the agent construct a useful sections parameter.

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 identifies a point-in-Japan location bundle: municipality, warnings, AMeDAS, WBGT, earthquakes, hazards, elevation, RTK, and prices. It names the exact resource and a canonical GET endpoint, which makes the tool's purpose specific. However, it does not explicitly distinguish this tool from siblings like place, kurashigram_prices, or rtk_bases_near, even though it overlaps with them.

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?

There is no guidance about when to call this aggregated tool versus a more specific sibling such as kurashigram_prices or rtk_bases_near. The phrase 'For one point in Japan' implies a spatial query, but no when-to-use or when-not-to-use conditions are stated.

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.