Korean Law Search
admrul_search
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 - "JSON" (default), "XML", or "HTML" 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")
Other tools also called admrul_search?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"nw": {
"type": "integer",
"title": "Nw",
"default": 1
},
"oc": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Oc",
"default": null
},
"knd": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Knd",
"default": null
},
"org": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Org",
"default": null
},
"date": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"title": "Date",
"default": null
},
"page": {
"type": "integer",
"title": "Page",
"default": 1
},
"sort": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Sort",
"default": null
},
"type": {
"type": "string",
"title": "Type",
"default": "JSON"
},
"query": {
"type": "string",
"title": "Query",
"default": "*"
},
"mod_yd": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Mod Yd",
"default": null
},
"search": {
"type": "integer",
"title": "Search",
"default": 1
},
"display": {
"type": "integer",
"title": "Display",
"default": 20
},
"prml_yd": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Prml Yd",
"default": null
}
}
}