get_law_data
Retrieve detailed Japanese legal information by specifying a law number, enabling access to complete law data and revision history from the e-Gov Law API.
Instructions
法令番号を指定して法令の詳細データを取得します。
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| lawNum | Yes | 法令番号(例: 平成十七年法律第百十七号) | 
Input Schema (JSON Schema)
{
  "properties": {
    "lawNum": {
      "description": "法令番号(例: 平成十七年法律第百十七号)",
      "type": "string"
    }
  },
  "required": [
    "lawNum"
  ],
  "type": "object"
}