Korean Law Search

chain_law_system

Map the full law system hierarchy (법령 체계 조회). Chains: law search → delegation tree → related admin rules → linked ordinances. Shows how a law connects to its subordinate regulations. Args: law_name: Law name (e.g., "건축법", "근로기준법") oc: Optional OC override type: Response format Returns: Law hierarchy: parent law, delegated decrees/rules, linked ordinances Examples: >>> chain_law_system(law_name="건축법") >>> chain_law_system(law_name="개인정보 보호법")

Remote rabqatab/lexlink-ko-mcp

Other tools also called chain_law_system? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "oc": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Oc",
      "default": null
    },
    "type": {
      "type": "string",
      "title": "Type",
      "default": "JSON"
    },
    "law_name": {
      "type": "string",
      "title": "Law Name"
    }
  }
}