Skip to main content
Glama
CORDEA

Japan Area Code MCP Server

by CORDEA

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list-areacodeA

List all area codes

find-areacodeA

Find the area code of a given prefecture

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 2 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: one retrieves a specific area code given a prefecture, the other lists all area codes. No ambiguity or overlap exists.

Naming Consistency5/5

Both tools follow a consistent verb-areacode pattern using lowercase with hyphens (find-areacode, list-areacode), making them predictable and easy to interpret.

Tool Count4/5

With only two tools, the scope is narrow but appropriate for a read-only area code lookup service. It could potentially include a reverse lookup, but the count is reasonable for the stated purpose.

Completeness4/5

The tool set covers the essential operations for area codes: querying a specific prefecture and listing all. A minor gap is the lack of a search-by-code function, but the basic use cases are addressed.

Maintenance

ActivityInactive
ResponsivenessNo issues