ordin_search
Search Korean local ordinances (자치법규) including 조례 and 규칙. Filter by region, type, date, and text to retrieve current or historical local government regulations.
Instructions
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 (YYYYMMDDYYYYMMDD)
anc_yd: Announcement date range (YYYYMMDDYYYYMMDD)
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")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nw | No | ||
| oc | No | ||
| knd | No | ||
| org | No | ||
| date | No | ||
| gana | No | ||
| page | No | ||
| sort | No | ||
| type | No | JSON | |
| ef_yd | No | ||
| query | No | * | |
| sborg | No | ||
| anc_no | No | ||
| anc_yd | No | ||
| search | No | ||
| display | No | ||
| ordin_fd | No | ||
| rr_cls_cd | No |