Skip to main content
Glama

elaw_search

Read-onlyIdempotent

Search Korean laws with English translations using Korean or English keywords. Access bilingual statutes for legal research.

Instructions

Search English-translated Korean laws (영문법령 목록 조회).

This tool searches Korean laws that have been translated to English. Useful for international users or bilingual legal research.

Args: query: Search keyword (Korean or English, default "*") display: Number of results per page (max 100, default 20). Recommend 50-100 for law searches (법령 검색) to ensure exact matches are found. page: Page number (1-based, default 1) oc: Optional OC override (defaults to env var) type: Response format - "JSON" (default), "XML", or "HTML" sort: Sort order - "lasc"|"ldes"|"dasc"|"ddes"|"nasc"|"ndes"|"efasc"|"efdes" ef_yd: Effective date range (YYYYMMDD~YYYYMMDD) org: Ministry/department code filter knd: Law type filter ctx: MCP context (injected automatically)

Returns: Search results with English law list or error

Examples: Search for "insurance": >>> elaw_search(query="insurance", display=10, type="XML")

Search for "가정폭력방지":
>>> elaw_search(query="가정폭력방지", type="XML")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ocNo
kndNo
orgNo
pageNo
sortNo
typeNoJSON
ef_ydNo
queryNo*
displayNo
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds context like the return format ('Search results with English law list or error') and a recommendation for display size, but does not disclose deeper behavioral traits such as error handling, rate limits, or API quirks. This is consistent with no contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with sections for overview, args, returns, and examples. It is slightly verbose with two examples and a redundant 'Useful for' line, but every section serves a purpose given the parameter-heavy nature of the tool.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (9 parameters, no output schema), the description covers most essentials: what it does, all parameters, and a basic return description. The return formatting is vague ('English law list or error') but acceptable for a search tool. It does not explain the meaning of sort codes or org/knd filter values, but those are API-specific and not critical for initial selection.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 0% description coverage, and the description fully compensates by documenting all 9 parameters, including defaults, allowed values (sort options, type formats), and practical guidance (e.g., recommending display=50-100). This adds substantial meaning beyond the bare schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description begins with a specific verb and resource: 'Search English-translated Korean laws'. It clearly differentiates from generic law searches by focusing on English translations. However, it does not explicitly distinguish itself from sibling tools like eflaw_search or law_search, so it falls short of a perfect score.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides a usage context ('Useful for international users or bilingual legal research') but does not mention alternatives or when not to use this tool. It lacks explicit exclusionary guidance that would clarify its relationship to sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/joohyukjung/LexLink-ko-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server