Skip to main content
Glama
MasaBigBrother

jp-address-mcp

normalize_jp_address

Normalize and verify Japanese postal addresses by splitting raw strings into structured fields with verification and geolocation. Handles full-width chars, mixed hyphens, and romaji.

Instructions

Normalize and verify a Japanese postal address. Splits a raw Japanese address string into structured fields (prefecture, city, town, block number, building, room) and returns a verification flag plus lat/lng. Handles messy input: full-width chars, mixed hyphens, romaji, and building/room separation that generic parsers miss. Use whenever you need to register, validate, or route a Japanese address reliably.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesRaw Japanese address string to normalize.
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It reveals that the tool splits addresses into structured fields, returns a verification flag and lat/lng, and handles full-width characters, mixed hyphens, romaji, and building/room separation. This adds meaningful behavioral context beyond the schema, though it does not cover potential error cases or side effects.

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 concise and well-structured: the first sentence states the core purpose, the second elaborates on outputs, and the third covers input handling and usage. Every sentence contributes actionable information with no padding.

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 tool with one parameter and no output schema, the description is quite complete. It explains what the tool returns (verification flag, lat/lng) and the structured fields extracted. However, it does not mention potential failure modes or how the verification flag behaves, leaving minor gaps for a normalization/verification 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?

The schema documents the single 'address' parameter with 100% coverage, so the baseline is 3. The description adds semantic value by explaining the types of messy input accepted (full-width, hyphens, romaji) and the tool's ability to separate building/room, providing practical guidance beyond the schema's generic description.

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's purpose with specific verbs: 'Normalize and verify a Japanese postal address.' It details the structured output fields (prefecture, city, town, block number, building, room), verification flag, and lat/lng, effectively distinguishing it from generic parsers by mentioning its handling of messy input.

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 explicit use cases: 'Use whenever you need to register, validate, or route a Japanese address reliably.' It gives clear context for when to use it, though it does not mention when not to use it or list alternatives (likely because no siblings exist).

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

Install Server

Other Tools

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/MasaBigBrother/jp-address-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server