admrul_search
Search Korean administrative rules including 훈령, 예규, 고시, 공고, and 지침 issued by government agencies to find detailed regulations.
Instructions
Search administrative rules (행정규칙 목록 조회).
This tool searches Korean administrative rules including 훈령, 예규, 고시, 공고, 지침, etc. Administrative rules are detailed regulations issued by government agencies.
Args: query: Search keyword (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) nw: 1=현행 (current), 2=연혁 (historical), default 1 search: 1=규칙명 (rule name), 2=본문검색 (full text), default 1 org: Ministry/department code filter knd: Rule type - 1=훈령, 2=예규, 3=고시, 4=공고, 5=지침, 6=기타 date: Promulgation date (YYYYMMDD) prml_yd: Promulgation date range (YYYYMMDD~YYYYMMDD) mod_yd: Modification date range (YYYYMMDD~YYYYMMDD) sort: Sort order ctx: MCP context (injected automatically)
Returns: Search results with administrative rules list or error
Examples: Search for "학교": >>> admrul_search(query="학교", display=10, type="XML")
Search by date:
>>> admrul_search(date=20250501, type="XML")Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | * | |
| display | No | ||
| page | No | ||
| oc | No | ||
| type | No | XML | |
| nw | No | ||
| search | No | ||
| org | No | ||
| knd | No | ||
| date | No | ||
| prml_yd | No | ||
| mod_yd | No | ||
| sort | No |