Skip to main content
Glama

lookup_zipcode

郵便番号から住所を逆引きする。100-0005 または 1000005 形式に対応(全角数字・ハイフン有無は不問)。結果には日本郵便準拠のローマ字表記(romaji)を含む。 / Reverse lookup: get the Japanese address for a postal code. Accepts 100-0005 or 1000005 (full-width digits and missing hyphens are fine). Results include Japan Post romaji.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
zipcodeYes郵便番号(例: 100-0005 または 1000005。全角数字・ハイフン有無も可) / Japanese postal code, 7 digits.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / zipcode / description
      Previous value: -"郵便番号(例: 100-0005 または 1000005。全角数字・ハイフン有無も可)"New value: +"郵便番号(例: 100-0005 または 1000005。全角数字・ハイフン有無も可) / Japanese postal code, 7 digits."
  2. First observed

TDQS

B3.3/5.0
Behavior3/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 mentions format flexibility (full-width digits, missing hyphens) and that results include romaji, which is useful. However, it does not disclose error behavior, network dependencies, or any side effects. For a read-only lookup this is acceptable but not comprehensive.

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 bilingual, with the primary purpose front-loaded. It avoids unnecessary filler and uses two short sentences per language. Every sentence contributes meaningful information about accepted input or output details.

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 simple one-parameter lookup with no output schema, the description provides essential details: input format flexibility and romaji output. It does not describe the full return structure (e.g., whether it returns Japanese address, prefecture, etc.), but the core information is present. Given the tool's simplicity, this is adequate but could be more thorough.

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 description coverage is 100%, so the parameter is fully documented in the schema. The description adds a bit of nuance about accepted formats (full-width digits, missing hyphens), which partially overlaps with the schema. This adds marginal value but does not significantly exceed the baseline for full coverage.

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 states the tool's purpose: reverse lookup of a Japanese address from a postal code. It specifies the resource (postal code) and the action (getting address). However, it does not explicitly differentiate from the sibling 'search_address', leaving some ambiguity about when to prefer this tool over the alternative.

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?

No guidance is provided on when to use this tool versus the sibling 'search_address'. The description explains accepted input formats but does not mention any conditions, exclusions, or alternatives. An agent would have to infer usage context from the tool name alone.

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.

Resources