get_law_text
Retrieve the complete text of a Japanese law using either its law ID or law number. Use this when you need the official statute text from e-Gov.
Instructions
法令の全文を取得します。法令IDまたは法令番号で指定できます。
使用例:
法令IDで取得: law_id="405AC0000000089"
法令番号で取得: law_number="平成十五年法律第五十七号"
主な法令ID:
民法: 129AC0000000089
会社法: 417AC0000000086
個人情報保護法: 415AC0000000057
下請法: 331AC0000000120
印紙税法: 342AC0000000023
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| law_id | No | 法令ID (例: "405AC0000000089") | |
| law_number | No | 法令番号 (例: "平成十五年法律第五十七号") |