Korean Law Search
prec_search
Search court precedents (판례 목록 조회). Search Korean court precedents from Supreme Court and lower courts. 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=case name, 2=full text, default 1) sort: Sort order - "lasc"|"ldes"|"dasc"|"ddes"|"nasc"|"ndes" org: Court type code (400201=Supreme Court, 400202=lower courts) curt: Court name (대법원, 서울고등법원, etc.) jo: Referenced law name (형법, 민법, etc.) gana: Dictionary search (ga, na, da, ...) date: Decision date (YYYYMMDD) prnc_yd: Decision date range (YYYYMMDD~YYYYMMDD) nb: Case number (comma-separated for multiple) dat_src_nm: Data source name (국세법령정보시스템, 근로복지공단산재판례, 대법원) pop_yn: Popup flag ("Y" or "N") Returns: Search results with precedent list or error Examples: Search for precedents mentioning "담보권": >>> prec_search(query="담보권", display=10) Search Supreme Court precedents: >>> prec_search(query="담보권", curt="대법원")
Other tools also called prec_search?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"jo": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Jo",
"default": null
},
"nb": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Nb",
"default": null
},
"oc": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Oc",
"default": null
},
"org": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Org",
"default": null
},
"curt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Curt",
"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": "*"
},
"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
},
"prnc_yd": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Prnc Yd",
"default": null
},
"dat_src_nm": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Dat Src Nm",
"default": null
}
}
}