get_law
Retrieve specific articles from Japanese building standards laws by law name and article number, including supplementary provisions and appendices, with text or structured JSON output.
Instructions
条番号を指定して法令の条文を取得する。附則・別表にも対応。略称・正式名称のいずれでも指定可能。format=structured で条→項→号の階層構造をJSON形式で取得可能。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | 出力形式。text: 従来のテキスト形式、structured: 条→項→号の階層を持つJSON構造化形式 | text |
| law_name | Yes | 法令名(正式名称、略称のいずれか。例: 建築基準法、建基法) | |
| article_number | Yes | 条文番号(例: 第20条、20、第6条の2、附則、附則第3条、別表第一) |