Korean Law Search
detc_search
Search Constitutional Court decisions (헌재결정례 목록 조회). Search Korean Constitutional Court decisions. Args: query: Search keyword (default "*" for all) 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: Search type (1=decision name, 2=full text, default 1) gana: Dictionary search (ga, na, da, ...) sort: Sort order - "lasc"|"ldes"|"dasc"|"ddes"|"nasc"|"ndes"|"efasc"|"efdes" date: Final date (YYYYMMDD) ed_yd: Final date range (YYYYMMDD~YYYYMMDD) nb: Case number pop_yn: Popup flag ("Y" or "N") Returns: Search results with Constitutional Court decision list or error Examples: Search for decisions mentioning "벌금": >>> detc_search(query="벌금", display=10) Search by date: >>> detc_search(date=20150210)
Other tools also called detc_search?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"nb": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"title": "Nb",
"default": null
},
"oc": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Oc",
"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"
},
"ed_yd": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Ed Yd",
"default": null
},
"query": {
"type": "string",
"title": "Query",
"default": "*"
},
"pop_yn": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Pop Yn",
"default": null
},
"search": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"title": "Search",
"default": null
},
"display": {
"type": "integer",
"title": "Display",
"default": 20
}
}
}