japan-minimum-wage
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_minimum_wageA | Get the current regional minimum wage (hourly rate) for a Japanese prefecture. Official MHLW (Ministry of Health, Labour and Welfare) regional minimum wage, revised every October. Returns the latest fiscal-year hourly rate, previous rate, the amount of increase, and the effective date. LLM memory is stale by design — this tool always returns the current official figures. |
| get_minimum_wage_historyA | Get the revision history of a prefecture's minimum wage over recent fiscal years. Official MHLW data back to FY2002 (平成14年度). Returns per-fiscal-year amount and effective date, plus min/max across the window. |
| rank_minimum_wagesA | Rank Japan's 47 prefectures by current minimum wage (cheapest first, plus most expensive). Useful for cost-of-labor comparisons, relocation planning, and HR budgeting. National weighted average is included for reference. |
| list_prefecturesA | List all 47 prefectures with romaji aliases and the available fiscal years. Call this first if unsure which prefecture names are valid, or to discover the historical coverage (平成14年度 through 令和7年度). Returns: Prefectures with kanji + romaji names, fiscal years available, latest fiscal year, and the national weighted average. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool targets a clearly distinct function: current wage lookup, historical wage lookup, ranking across prefectures, and prefecture metadata. There is no overlap or ambiguity between the tool purposes.
All tool names follow a consistent verb_noun snake_case pattern: get_minimum_wage, get_minimum_wage_history, rank_minimum_wages, and list_prefectures. The naming is predictable and conventional.
Four tools is well-scoped for this domain. Each tool serves a distinct and necessary purpose without unnecessary bloat or missing core functionality.
The tool set covers current wage lookup, historical trends, cross-prefecture ranking, and prefecture enumeration. The national weighted average is included as supplementary data, so no major gaps are apparent for the stated domain.