Skip to main content
Glama

lstrm_rlt_jo_search

Read-onlyIdempotent

Retrieve Korean legal articles that use or define a given legal term. Enter a keyword to find the specific law provisions linked to that term.

Instructions

Legal term to article linkage (법령용어→조문 연계 조회).

This tool searches the linkage between legal terms and the specific law articles where those terms are used or defined.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ocNo
pageNo
typeNoJSON
queryNo*
displayNo
Behavior3/5

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

Annotations already declare the tool read-only, idempotent, and non-destructive, so the description need not repeat safety traits. It adds details on response format options (JSON, XML, HTML) and notes the automatic injection of ctx, which is useful. However, it does not disclose the return structure or any other behavioral quirks beyond 'Search results or error'.

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

Conciseness5/5

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

The description is well-structured: a title line, a brief explanation, and a clear Args/Returns list. It is concise, with no redundant filler, and every sentence contributes to understanding the tool's interface.

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

Completeness3/5

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

With no output schema, the description is responsible for explaining return values, but it only says 'Search results or error', which is vague. Parameter documentation is solid, but the tool's actual result structure and search behavior are not detailed, leaving a notable gap for an agent trying to interpret the response.

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 Args section explains every parameter with meaningful details: query keyword default, display count with max, page numbering, OC override, response format, and ctx injection. The schema has zero descriptions, so this fully compensates, adding significant value beyond the property names and types.

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

Purpose5/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: it searches the linkage between legal terms and specific law articles. The verb 'searches' and resource 'linkage' are specific, and the Korean title reinforces the purpose. It distinguishes itself from siblings like lstrm_rlt_search by explicitly focusing on legal-term-to-article linkage.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus its many siblings. It simply describes what it does without mentioning alternatives or exclusion criteria. The implied usage is that it is for searching legal term-article linkages, but no explicit 'when to use' or 'when not to use' is given.

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