elaw_service
Retrieve complete English translations of Korean laws for international legal research and cross-border understanding. Access full legal texts by ID, master number, or law name.
Instructions
Retrieve English law full text (영문법령 본문 조회).
This tool retrieves the complete text of Korean laws translated to English. Useful for international legal research and cross-border understanding.
Args: id: Law ID (required if mst not provided) mst: Law master number (required if id not provided) lm: Law name (alternative search method) ld: Announcement date (YYYYMMDD) ln: Announcement number oc: Optional OC override (defaults to env var) type: Response format - "HTML" or "XML" (default "XML", JSON not supported by API) ctx: MCP context (injected automatically)
Returns: Full English law text with articles or error
Examples: Retrieve by ID: >>> elaw_service(id="000744", type="XML")
Retrieve by MST:
>>> elaw_service(mst="127280", type="XML")Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| mst | No | ||
| lm | No | ||
| ld | No | ||
| ln | No | ||
| oc | No | ||
| type | No | XML |