article_amendment_diff
Compare a specific article's text across two Korean law versions using MST values, showing side-by-side line-level differences to identify amendments.
Instructions
Compare how a specific article changed between two law versions (조문 신구대조).
Use MST values from law_amendment_summary to compare article text across revisions.
Args: mst_old: MST of the older version (법령일련번호, from law_amendment_summary) mst_new: MST of the newer version article: Article number (e.g., 52 for 제52조) article_branch: Branch number (e.g., 2 for 제52조의2, default 0) oc: Optional OC override type: Response format - "JSON" (default), "XML", or "HTML"
Returns: Side-by-side comparison with line-level diff
Examples: >>> article_amendment_diff(mst_old="269000", mst_new="273000", article=52)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| oc | No | ||
| type | No | JSON | |
| article | Yes | ||
| mst_new | Yes | ||
| mst_old | Yes | ||
| article_branch | No |