e-Gov Law MCP Server
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_lawsB | 法令を検索します。キーワードやカテゴリで日本の法令を検索できます。 カテゴリ:
使用例:
|
| get_law_textA | 法令の全文を取得します。法令IDまたは法令番号で指定できます。 使用例:
主な法令ID:
|
| get_articleA | 特定の条文を取得します。法令IDと条番号を指定して、特定の条文を取得できます。 使用例:
条番号の指定方法:
主な法令ID:
|
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
search_laws locates laws, get_law_text retrieves full texts, and get_article fetches a specific provision. The boundaries are clear and there is no meaningful overlap between the tools.
All tool names follow a consistent verb_noun pattern: search_laws, get_law_text, get_article. The naming is predictable and easy for an agent to navigate.
The server has exactly three tools, each covering a distinct and necessary step in the legal document retrieval workflow. This is well-scoped for a focused law lookup server.
The toolset provides a complete read-only lifecycle for legal information: search for relevant laws, retrieve the full text, and fetch specific articles. No obvious dead ends or essential missing operations are apparent.