Skip to main content
Glama

elaw_service

Read-onlyIdempotent

Retrieve full English translations of Korean laws for international legal research and cross-border understanding. Search by law ID, master number, or name to obtain complete legal text.

Instructions

Retrieve English law full text (영문법령 본문 조회).

This tool retrieves the complete text of Korean laws translated to English. Useful for international legal research and cross-border understanding.

Args: id: Law ID (required if mst not provided) mst: Law master number (required if id not provided) lm: Law name (alternative search method) ld: Announcement date (YYYYMMDD) ln: Announcement number oc: Optional OC override (defaults to env var) type: Response format - "JSON" (default), "XML", or "HTML" ctx: MCP context (injected automatically)

Returns: Full English law text with articles or error

Examples: Retrieve by ID: >>> elaw_service(id="000744", type="XML")

Retrieve by MST:
>>> elaw_service(mst="127280", type="XML")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
ldNo
lmNo
lnNo
ocNo
mstNo
typeNoJSON
Behavior4/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 useful behavioral details beyond that, such as the 'oc' parameter defaulting to an environment variable, the 'type' response format options (JSON/XML/HTML), and the dependency rules for id/mst. It also describes the return value as 'Full English law text with articles or error.' These additions provide meaningful context without contradicting the annotations.

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 an intro, argument list, return statement, and examples. It is moderately long but every section adds value, including the concrete examples. The organization makes it easy to scan, though it could be slightly more concise.

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

Completeness5/5

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

With no output schema and zero parameter descriptions, the description must be self-contained. It covers all parameters, return behavior, parameter dependencies, and provides two realistic examples. This gives an agent sufficient context to invoke the tool correctly without additional documentation.

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 input schema has zero description coverage (0%), so the description carries the full burden. It thoroughly explains each parameter (id, mst, lm, ld, ln, oc, type) with meaningful descriptions and constraints, such as 'required if mst not provided' and 'alternative search method.' Examples further clarify usage. This fully compensates for the schema's lack of property descriptions.

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 clearly states the tool's function: 'Retrieve English law full text' and specifies it retrieves 'the complete text of Korean laws translated to English.' This provides a specific verb and resource. However, it does not explicitly differentiate from sibling tools like eflaw_service or law_service, so it does not achieve a 5.

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

Usage Guidelines4/5

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

The description gives clear usage context: 'Useful for international legal research and cross-border understanding.' It also explains input dependencies (id required if mst not provided, etc.) but does not explicitly state when not to use this tool or mention alternative tools, so it falls short of a 5.

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