Skip to main content
Glama

Torify — Japan Locale APIs for AI Agents

Japan Reverse Geocoder [Torify namespace — official]

torify_geo.reverseGeocode
Read-onlyIdempotent

Reverse geocode lat/lng to municipality code and town name via GSI (国土地理院) reverse-geocoder API. 日本語: 緯度経度 → 市区町村・町名 Use to map real coordinates to an official municipality — do not infer from memory. [Torify namespace — official]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latYes緯度(日本領域: 20-46)
lonYes経度(日本領域: 122-154)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
townYes町名
sourceYesデータソース
muniCodeYes市区町村コード

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint. The description adds context about the data source (GSI) and geographic scope, but does not reveal additional behavioral traits beyond what annotations imply. No contradictions.

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 very concise, using two sentences to convey purpose, source, and a usage guideline. It is front-loaded with English followed by Japanese, and every sentence adds value. No unnecessary words.

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?

Given the presence of an output schema and annotations, the description sufficiently covers the tool's purpose, source API, and a key usage instruction. It does not mention rate limits or error conditions, but the openWorldHint and idempotentHint mitigate some concerns.

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 descriptions already cover 100% of parameters with Japanese text about latitude/longitude ranges. The description adds English bilingual context but does not provide new semantic meaning beyond the schema. 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 the tool reverse geocodes latitude/longitude to municipality code and town name using the GSI API, specifying geographic focus on Japan. It distinguishes itself from sibling tools by including 'Torify namespace' and providing bilingual text, but not explicitly differentiating from the generic reverseGeocode sibling. However, the purpose is very specific and unambiguous.

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 instructs to use for mapping real coordinates to an official municipality and warns against inferring from memory. While it does not list when not to use or compare with siblings, the guidance is clear and actionable for an AI agent.

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.