Korean Law Search
expc_search
Search legal interpretations (법령해석례 목록 조회). This tool searches Korean legal interpretation precedents issued by government agencies in response to inquiries about how to interpret specific laws. Args: query: Search keyword (default "*") display: Number of results per page (max 100, default 20). **Recommend 50-100 for 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" search: 1=법령해석례명 (interpretation name, default), 2=본문검색 (full text) inq: Inquiry organization name rpl: Reply organization code gana: Dictionary-style search (ga, na, da, ...) itmno: Item number (e.g., 13-0217 → 130217) reg_yd: Registration date range (YYYYMMDD~YYYYMMDD) expl_yd: Interpretation date range (YYYYMMDD~YYYYMMDD) sort: Sort order - "lasc"|"ldes"|"dasc"|"ddes"|"nasc"|"ndes" pop_yn: Popup mode - "Y" or "N" ctx: MCP context (injected automatically) Returns: Search results with legal interpretations list or error Examples: Search for "임차": >>> expc_search(query="임차", display=10, type="XML") Search by date range: >>> expc_search(query="자동차", expl_yd="20240101~20241231", type="XML")
Other tools also called expc_search?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"oc": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Oc",
"default": null
},
"inq": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Inq",
"default": null
},
"rpl": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"title": "Rpl",
"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"
},
"itmno": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"title": "Itmno",
"default": null
},
"query": {
"type": "string",
"title": "Query",
"default": "*"
},
"pop_yn": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Pop Yn",
"default": null
},
"reg_yd": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Reg Yd",
"default": null
},
"search": {
"type": "integer",
"title": "Search",
"default": 1
},
"display": {
"type": "integer",
"title": "Display",
"default": 20
},
"expl_yd": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Expl Yd",
"default": null
}
}
}