Korean Law Search

dlytrm_rlt_search

Everyday term to legal term linkage (일상용어→법령용어 연계 조회). This tool searches the linkage from plain-language (everyday) terms back to their formal legal equivalents. Useful for finding the correct legal terminology when starting from common language. 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 or error

Remote rabqatab/lexlink-ko-mcp

Other tools also called dlytrm_rlt_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
    }
  }
}