admrul_service
Retrieve full text of Korean administrative rules, including content, addenda, and annexes. Search by rule ID, name, or LID to get complete documents in JSON, XML, or HTML.
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 - "JSON" (default), "XML", or "HTML" 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 | ||
| lm | No | ||
| oc | No | ||
| lid | No | ||
| type | No | JSON |