Korean Law Search
decc_search
Search administrative appeal decisions (행정심판례 목록 조회). This tool searches Korean administrative appeal decisions. Administrative appeals are decisions made by administrative tribunals on appeals against government agency dispositions. Args: query: Search keyword (default "*") display: Number of results per page (max 100, default 20) page: Page number (1-based, default 1) oc: Optional OC override (defaults to env var) type: Response format - "JSON" (default), "XML", or "HTML" search: 1=사건명 (case name, default), 2=본문검색 (full text) cls: Decision type filter (재결구분코드) gana: Dictionary search (ga, na, da, ...) date: Decision date (YYYYMMDD) dpa_yd: Disposition date range (YYYYMMDD~YYYYMMDD) rsl_yd: Decision date range (YYYYMMDD~YYYYMMDD) sort: Sort order - "lasc"|"ldes"|"dasc"|"ddes"|"nasc"|"ndes" pop_yn: Popup flag - "Y" or "N" ctx: MCP context (injected automatically) Returns: Search results with administrative appeal decisions list or error Examples: Search for all decisions: >>> decc_search(type="XML") Search by keyword: >>> decc_search(query="과징금", display=10, type="XML") Search by date range: >>> decc_search(rsl_yd="20200101~20201231", type="XML")
Other tools also called decc_search?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"oc": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Oc",
"default": null
},
"cls": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Cls",
"default": null
},
"date": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"title": "Date",
"default": null
},
"gana": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Gana",
"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": "*"
},
"dpa_yd": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Dpa Yd",
"default": null
},
"pop_yn": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Pop Yn",
"default": null
},
"rsl_yd": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Rsl Yd",
"default": null
},
"search": {
"type": "integer",
"title": "Search",
"default": 1
},
"display": {
"type": "integer",
"title": "Display",
"default": 20
}
}
}