Skip to main content
Glama

Hourei MCP Server

search_law

Search Japanese laws and regulations by keyword or law number to find relevant legal information from official government sources.

Instructions

法令名や法令番号で法令を検索します。キーワード検索に対応しています。

Input Schema

NameRequiredDescriptionDefault
keywordYes検索キーワード(法令名の一部や法令番号)
categoryNo法令の種別(1:法律、2:政令、3:省令など)
limitNo取得する最大件数(デフォルト: 100)

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "法令の種別(1:法律、2:政令、3:省令など)", "enum": [ "1", "2", "3", "4", "5" ], "type": "string" }, "keyword": { "description": "検索キーワード(法令名の一部や法令番号)", "type": "string" }, "limit": { "default": 100, "description": "取得する最大件数(デフォルト: 100)", "type": "number" } }, "required": [ "keyword" ], "type": "object" }

Other Tools from Hourei MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/groundcobra009/hourei-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server