法令の条文本文を取得
get_law_articleRetrieve the full text of a specific article from a Japanese law by providing the law ID and article number.
Instructions
law_idと条番号を指定して条文の本文を取得する。条番号は「3」「第3条」「第三条の二」「3の2」のいずれの形式でもよい。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| law_id | Yes | 法令ID(例: 412AC0000000102) | |
| article | Yes | 条番号(例: 3 / 第3条 / 第三条の二) |