Japan Law Search MCP
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
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_lawsA | 日本の現行法令(法律・政令・省令など約1万件)を政府公式データベース(e-Gov)から検索する。search_in=full_text(既定)は条文本文の全文検索、search_in=titleは法令名検索。結果のlaw_idをget_law_structure / get_law_articleに渡すと条文を参照できる。 |
| get_law_structureA | law_idを指定して法令の構造(章・節・条の見出し一覧)を取得する。どの条文を読むべきか当たりを付けるのに使う。law_idはsearch_lawsの結果に含まれる。 |
| get_law_articleA | law_idと条番号を指定して条文の本文を取得する。条番号は「3」「第3条」「第三条の二」「3の2」のいずれの形式でもよい。 |
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 3 tools
Each tool has a clearly distinct purpose: search_laws for finding laws, get_law_structure for browsing structural headings, and get_law_article for retrieving specific article text. There is no functional overlap.
All tool names follow a consistent verb_noun snake_case pattern (search_laws, get_law_structure, get_law_article), making them predictable and easy to remember.
Three tools is minimal but sufficient for a focused law search server. The core workflow (search, browse structure, retrieve article) is covered, though additional tools like listing all laws or checking amendments could be justified.
The tool set covers the essential lifecycle: searching for laws, exploring their structure, and retrieving specific articles. While no major gaps exist, a tool to get law metadata or list recent updates would improve completeness.