Korean Law Search
ordin_search
Search local ordinances (자치법규 목록 조회). This tool searches Korean local ordinances (자치법규) including 조례, 규칙, and other local government regulations. 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" nw: 1=현행 (current), 2=연혁 (historical), default 1 search: 1=자치법규명 (ordinance name), 2=본문검색 (full text), default 1 sort: Sort order - "lasc"|"ldes"|"dasc"|"ddes"|"nasc"|"ndes" date: Announcement date (YYYYMMDD) ef_yd: Effective date range (YYYYMMDD~YYYYMMDD) anc_yd: Announcement date range (YYYYMMDD~YYYYMMDD) anc_no: Announcement number org: Local government code filter (e.g., "6110000" for Seoul) sborg: Sub-organization code filter knd: Ordinance type - 1=조례, 2=규칙, 3=교육규칙 rr_cls_cd: Administrative district classification code ordin_fd: Ordinance field code gana: Dictionary search (ga, na, da, ...) ctx: MCP context (injected automatically) Returns: Search results with local ordinance list or error Examples: Search for "서울시 건축 조례": >>> ordin_search(query="건축", org="6110000", knd="1") Search current ordinances: >>> ordin_search(query="주차장", display=20, type="XML")
Other tools also called ordin_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
},
"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"
},
"ef_yd": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Ef Yd",
"default": null
},
"query": {
"type": "string",
"title": "Query",
"default": "*"
},
"sborg": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Sborg",
"default": null
},
"anc_no": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Anc No",
"default": null
},
"anc_yd": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Anc Yd",
"default": null
},
"search": {
"type": "integer",
"title": "Search",
"default": 1
},
"display": {
"type": "integer",
"title": "Display",
"default": 20
},
"ordin_fd": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"title": "Ordin Fd",
"default": null
},
"rr_cls_cd": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Rr Cls Cd",
"default": null
}
}
}