eflaw_josub
Retrieve specific Korean law articles or paragraphs by effective date to access targeted legal content without full-text results.
Instructions
Query specific article/paragraph by effective date (시행일 기준 조·항·호·목 조회).
BEST TOOL for querying specific articles like "제174조", "제3조" etc. This returns only the requested article/paragraph, avoiding large full-law responses.
Args: id: Law ID (either id or mst is required) mst: Law serial number (MST) ef_yd: Effective date (YYYYMMDD) - required when using mst jo: Article number in XXXXXX format. Format: first 4 digits = article number (zero-padded), last 2 digits = branch suffix (00=main). Examples: "017400" (제174조), "017200" (제172조), "000300" (제3조), "001502" (제15조의2) hang: Paragraph number (6 digits, e.g., "000100" for 제1항) ho: Item number (6 digits, e.g., "000200" for 제2호) mok: Subitem (UTF-8 encoded, e.g., "다" for 다목) oc: Optional OC override (defaults to env var) type: Response format - "HTML" or "XML" (default "XML", JSON not supported by API)
Returns: Specific law section content
Examples: Query 자본시장법 제174조: >>> eflaw_josub(mst="279823", jo="017400", type="XML")
Query 건축법 제3조 제1항:
>>> eflaw_josub(mst="276925", jo="000300", hang="000100", type="XML")Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| mst | No | ||
| ef_yd | No | ||
| jo | No | ||
| hang | No | ||
| ho | No | ||
| mok | No | ||
| oc | No | ||
| type | No | XML |