get_law_text
Fetch the original Japanese text of a law by its law_id or revision_id (as returned by search_japanese_law). Optionally extract a single article. Returns the authentic Japanese legal text with English-normalized metadata and the required source attribution. No API key required. Typical flow: search_japanese_law -> get_law_text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| law_id | Yes | law_id (e.g. "321CONSTITUTION") or revision_id from search_japanese_law results. | |
| article | No | Optional article number in Arabic numerals as e-Gov numbers them, e.g. "9", or "32_2" for Article 32-2. Omit to get the whole law (truncated to max_chars). | |
| max_chars | No | Max characters of Japanese text to return (200-20000). |