Skip to main content
Glama
ymadd

e-Gov Law MCP Server

by ymadd

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_lawsB

法令を検索します。キーワードやカテゴリで日本の法令を検索できます。

カテゴリ:

  • 1: 憲法・法律

  • 2: 政令・勅令

  • 3: 府省令

  • 4: その他

使用例:

  • 個人情報保護に関する法令を検索

  • 契約に関する法律を検索

  • 特定のカテゴリの法令を検索

get_law_textA

法令の全文を取得します。法令IDまたは法令番号で指定できます。

使用例:

  • 法令IDで取得: law_id="405AC0000000089"

  • 法令番号で取得: law_number="平成十五年法律第五十七号"

主な法令ID:

  • 民法: 129AC0000000089

  • 会社法: 417AC0000000086

  • 個人情報保護法: 415AC0000000057

  • 下請法: 331AC0000000120

  • 印紙税法: 342AC0000000023

get_articleA

特定の条文を取得します。法令IDと条番号を指定して、特定の条文を取得できます。

使用例:

  • 民法第1条を取得: law_id="129AC0000000089", article="第一条"

  • 民法第2条第2項を取得: law_id="129AC0000000089", article="第二条", paragraph=2

条番号の指定方法:

  • 漢数字: "第一条", "第二十条", "第百二十三条"

  • アラビア数字: "1", "20", "123"

主な法令ID:

  • 民法: 129AC0000000089

  • 会社法: 417AC0000000086

  • 個人情報保護法: 415AC0000000057

  • 下請法: 331AC0000000120

  • 消費者契約法: 412AC0000000061

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 3 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues