Korean Law Search
drlaw_search
Retrieve law-ordinance linkage statistics (법령-자치법규 연계현황 조회). This tool retrieves statistical information about how national laws are linked to local ordinances. Returns HTML visualization/dashboard. ⚠️ Note: This API only supports HTML output format (no XML/JSON). Response schema is not documented by the API provider. Args: oc: Optional OC override (defaults to env var) ctx: MCP context (injected automatically) Returns: HTML response with linkage statistics or error Examples: Get linkage statistics: >>> drlaw_search()
Remote rabqatab/lexlink-ko-mcp
Other tools also called drlaw_search?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"oc": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Oc",
"default": null
}
}
}