elaw_search
Search English-translated Korean laws for international users and bilingual legal research. Find legal information by keyword, filter results, and access translated content.
Instructions
Search English-translated Korean laws (영문법령 목록 조회).
This tool searches Korean laws that have been translated to English. Useful for international users or bilingual legal research.
Args: query: Search keyword (Korean or English, default "*") display: Number of results per page (max 100, default 20). Recommend 50-100 for law searches (법령 검색) to ensure exact matches are found. page: Page number (1-based, default 1) oc: Optional OC override (defaults to env var) type: Response format - "HTML" or "XML" (default "XML", JSON not supported by API) sort: Sort order - "lasc"|"ldes"|"dasc"|"ddes"|"nasc"|"ndes"|"efasc"|"efdes" ef_yd: Effective date range (YYYYMMDD~YYYYMMDD) org: Ministry/department code filter knd: Law type filter ctx: MCP context (injected automatically)
Returns: Search results with English law list or error
Examples: Search for "insurance": >>> elaw_search(query="insurance", display=10, type="XML")
Search for "가정폭력방지":
>>> elaw_search(query="가정폭력방지", type="XML")Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | * | |
| display | No | ||
| page | No | ||
| oc | No | ||
| type | No | XML | |
| sort | No | ||
| ef_yd | No | ||
| org | No | ||
| knd | No |