admrul_service
Retrieve complete Korean administrative rule texts including content, addenda, and annexes from the National Law Information API.
Instructions
Retrieve administrative rule full text (행정규칙 본문 조회).
This tool retrieves the complete text of Korean administrative rules. Includes rule content, addenda, and annexes (forms/attachments).
Args: id: Rule sequence number (required if lid/lm not provided) lid: Rule ID (alternative to id) lm: Rule name (exact match search) oc: Optional OC override (defaults to env var) type: Response format - "HTML" or "XML" (default "XML", JSON not supported by API) ctx: MCP context (injected automatically)
Returns: Full administrative rule text with content and annexes or error
Examples: Retrieve by ID: >>> admrul_service(id="62505", type="XML")
Retrieve by LID:
>>> admrul_service(lid="10000005747", type="XML")Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| lid | No | ||
| lm | No | ||
| oc | No | ||
| type | No | XML |