Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_law | 日本の法令から特定の条文を取得する。e-Gov法令API v2を使用。略称にも対応(労基法→労働基準法、安衛法→労働安全衛生法 等)。 |
| search_law | 労働・社会保険関連の法令をキーワードで検索する。法令名が分からない場合に使用。e-Gov法令API v2を使用。 |
| search_mhlw_tsutatsu | 厚生労働省の法令等データベースから通達をキーワード検索する。労働基準、雇用保険、安全衛生、社会保険等の行政通達を検索可能。 |
| get_mhlw_tsutatsu | 厚生労働省の通達本文を取得する。search_mhlw_tsutatsu で取得した data_id を指定。 |
| search_jaish_tsutatsu | 安全衛生情報センター(JAISH)から安全衛生関連の通達をキーワード検索する。労働安全衛生法、じん肺法、作業環境測定法等に関する通達を検索可能。 |
| get_jaish_tsutatsu | 安全衛生情報センター(JAISH)の通達本文を取得する。search_jaish_tsutatsu で取得した url を指定。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| labor_law_research | 労務テーマについて法令・通達を体系的に調査する。法令の根拠条文と行政通達を併せて確認するワークフロー。 |
| tsutatsu_research | 行政通達を重点的に調査する。厚労省法令等DBとJAISH安全衛生情報センターから通達を検索・取得する。 |
| safety_health_research | 労働安全衛生に関する法令・通達を調査する。安衛法の条文、安衛則、関連通達を体系的に確認するワークフロー。 |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |