ordin_service
Retrieve the complete text of a Korean local ordinance. Provide an ordinance ID or master number to get the full text in JSON, XML, or HTML.
Instructions
Retrieve local ordinance full text (자치법규 본문 조회).
This tool retrieves the complete text of a Korean local ordinance.
Args: id: Ordinance ID (either id or mst is required) mst: Ordinance master number (either id or mst is required) oc: Optional OC override (defaults to env var) type: Response format - "JSON" (default), "XML", or "HTML" ctx: MCP context (injected automatically)
Returns: Full ordinance text or error
Examples: Retrieve by ID: >>> ordin_service(id="000001", type="XML")
Retrieve by MST:
>>> ordin_service(mst="123456", type="XML")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| oc | No | ||
| mst | No | ||
| type | No | JSON |