Korean Law Search

ordinLsCon_search

Search ordinance-to-law linkage (자치법규 기준 법령 연계 관련 목록 조회). This tool searches national law articles that are referenced or linked by local ordinances. Useful for finding the legal basis (상위 법령) that a specific ordinance is based on. Args: query: Search keyword (default "*") display: Number of results per page (max 100, default 20) page: Page number (1-based, default 1) oc: Optional OC override (defaults to env var) type: Response format - "JSON" (default), "XML", or "HTML" ctx: MCP context (injected automatically) Returns: Search results with ordinance-law linkage list or error Examples: Search for linked laws: >>> ordinLsCon_search(query="건축", type="XML")

Remote rabqatab/lexlink-ko-mcp

Other tools also called ordinLsCon_search? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "oc": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Oc",
      "default": null
    },
    "page": {
      "type": "integer",
      "title": "Page",
      "default": 1
    },
    "type": {
      "type": "string",
      "title": "Type",
      "default": "JSON"
    },
    "query": {
      "type": "string",
      "title": "Query",
      "default": "*"
    },
    "display": {
      "type": "integer",
      "title": "Display",
      "default": 20
    }
  }
}