chain_amendment_track
Track Korean law amendment history and retrieve revision lists, with optional article-level diff between the two most recent versions.
Instructions
Track law amendment history with optional article-level diff (법령 개정 추적).
Chains: amendment summary → article diff between latest two versions. If article=0, returns only the revision list. If article is specified, also diffs that article between the two most recent revisions.
Args: law_name: Law name (e.g., "근로기준법") article: Article number to diff (0 = summary only, e.g., 52 for 제52조) date_from: Start date YYYYMMDD (default "20200101") date_to: End date YYYYMMDD (default "20261231") oc: Optional OC override type: Response format
Returns: Revision history and optional article diff
Examples: >>> chain_amendment_track(law_name="근로기준법") >>> chain_amendment_track(law_name="근로기준법", article=52, date_from="20180101")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| oc | No | ||
| type | No | JSON | |
| article | No | ||
| date_to | No | 20261231 | |
| law_name | Yes | ||
| date_from | No | 20200101 |