expc_search
Search Korean legal interpretation precedents issued by government agencies to clarify how specific laws should be interpreted.
Instructions
Search legal interpretations (법령해석례 목록 조회).
This tool searches Korean legal interpretation precedents issued by government agencies in response to inquiries about how to interpret specific laws.
Args: query: Search keyword (default "*") display: Number of results per page (max 100, default 20). Recommend 50-100 for 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) search: 1=법령해석례명 (interpretation name, default), 2=본문검색 (full text) inq: Inquiry organization name rpl: Reply organization code gana: Dictionary-style search (ga, na, da, ...) itmno: Item number (e.g., 13-0217 → 130217) reg_yd: Registration date range (YYYYMMDD~YYYYMMDD) expl_yd: Interpretation date range (YYYYMMDD~YYYYMMDD) sort: Sort order - "lasc"|"ldes"|"dasc"|"ddes"|"nasc"|"ndes" pop_yn: Popup mode - "Y" or "N" ctx: MCP context (injected automatically)
Returns: Search results with legal interpretations list or error
Examples: Search for "임차": >>> expc_search(query="임차", display=10, type="XML")
Search by date range:
>>> expc_search(query="자동차", expl_yd="20240101~20241231", type="XML")Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | * | |
| display | No | ||
| page | No | ||
| oc | No | ||
| type | No | XML | |
| search | No | ||
| inq | No | ||
| rpl | No | ||
| gana | No | ||
| itmno | No | ||
| reg_yd | No | ||
| expl_yd | No | ||
| sort | No | ||
| pop_yn | No |