lsDelegated_service
Retrieve delegated laws, rules, and ordinances to view delegation hierarchies and identify specific articles that grant authority in Korean legal systems.
Instructions
Retrieve delegated laws/rules/ordinances (위임 법령 조회).
This tool retrieves information about laws, administrative rules, and local ordinances that are delegated by a parent law. Shows the delegation hierarchy and which specific articles delegate authority.
⚠️ Note: This API does NOT support HTML format (only XML/JSON).
Args: id: Law ID (required if mst not provided) mst: Law master number (required if id not provided) oc: Optional OC override (defaults to env var) type: Response format - "XML" only (JSON not supported by API, HTML not available) ctx: MCP context (injected automatically)
Returns: Delegation hierarchy with delegated laws/rules/ordinances or error
Examples: Retrieve delegations for 초·중등교육법: >>> lsDelegated_service(id="000900", type="XML")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| mst | No | ||
| oc | No | ||
| type | No | XML |