Skip to main content
Glama
rabqatab

LexLink

lnkLs_search

Read-onlyIdempotent

Search Korean laws linked to local ordinances to understand how national regulations relate to local governance. Retrieve results in XML or HTML format with customizable sorting and pagination.

Instructions

Search laws linked to local ordinances (법령-자치법규 연계 목록 조회).

This tool searches Korean laws that have linkages to local ordinances. Useful for understanding how national laws relate to local regulations.

Args: query: Search keyword (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 - "HTML" or "XML" (default "XML", JSON not supported by API) sort: Sort order - "lasc"|"ldes"|"dasc"|"ddes"|"nasc"|"ndes" ctx: MCP context (injected automatically)

Returns: Search results with linked laws list or error

Examples: Search for "자동차관리법": >>> lnkLs_search(query="자동차관리법", type="XML")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNo*
displayNo
pageNo
ocNo
typeNoXML
sortNo
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, covering safety and idempotency. The description adds valuable behavioral context beyond annotations: it notes that JSON is not supported by the API (only HTML/XML), provides a recommendation for display count (50-100 for law searches), and mentions that 'ctx' is injected automatically. No contradiction with annotations exists.

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 and front-loaded: purpose statement first, usage context second, followed by detailed parameter explanations and an example. Every sentence earns its place by providing essential information without redundancy. The example is concise and illustrative.

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 (6 parameters, 0% schema coverage, no output schema), the description is largely complete. It covers purpose, usage, all parameters with semantics, and includes an example. However, it doesn't detail the return structure beyond 'Search results with linked laws list or error', which could be more specific (e.g., format of results). With no output schema, this leaves some ambiguity.

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

Parameters4/5

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

With 0% schema description coverage, the description fully compensates by explaining all parameters in the 'Args' section. It adds meaning beyond the schema: default values, constraints (max 100 for display), recommendations (50-100 for law searches), format options (HTML/XML, JSON not supported), sort order details, and automatic injection of 'ctx'. The only minor gap is that 'oc' is described only as 'Optional OC override (defaults to env var)', which is somewhat vague.

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 purpose: 'searches Korean laws that have linkages to local ordinances.' It specifies both the verb ('searches') and the resource ('laws linked to local ordinances'), and distinguishes it from siblings by focusing on law-ordinance linkages rather than general law searches (e.g., law_search).

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 provides clear context: 'Useful for understanding how national laws relate to local regulations.' This indicates when to use it (for law-ordinance linkage analysis). However, it doesn't explicitly state when not to use it or name specific alternatives among the many sibling tools, which would be needed for a score of 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/rabqatab/LexLink-ko-mcp'

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