Skip to main content
Glama
rabqatab

LexLink

lnkLsOrdJo_search

Read-onlyIdempotent

Search local ordinance articles linked to specific national law articles to identify which local ordinances implement or relate to law provisions.

Instructions

Search ordinance articles linked to law articles (연계 법령별 조례 조문 목록 조회).

This tool searches local ordinance articles that are linked to specific national law articles. Shows which local ordinances implement or relate to specific law provisions.

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) knd: Law type code (to filter by specific law) jo: Article number (4 digits, zero-padded). Examples: "0002" (Article 2), "0020" (Article 20), "0100" (Article 100) jobr: Branch article suffix (2 digits, zero-padded). Examples: "00" (main article), "02" (Article X-2) sort: Sort order ctx: MCP context (injected automatically)

Returns: Search results with linked ordinance articles or error

Examples: Search ordinances linked to 건축법 시행령: >>> lnkLsOrdJo_search(knd="002118", type="XML")

Search specific article (제20조):
>>> lnkLsOrdJo_search(knd="002118", jo=20, type="XML")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNo*
displayNo
pageNo
ocNo
typeNoXML
kndNo
joNo
jobrNo
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. The description adds valuable context beyond annotations: it reveals that JSON format is not supported by the API (only HTML/XML), provides specific display recommendations (50-100 for law searches), and explains the tool's specialized purpose. No contradictions with annotations exist.

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 clear sections (purpose, args, returns, examples). Every sentence adds value: the opening explains the tool's unique purpose, parameter documentation is comprehensive, and examples show practical usage. It could be slightly more concise in the parameter explanations but remains efficient overall.

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?

For a search tool with 9 parameters, 0% schema coverage, no output schema, and annotations covering safety aspects, the description provides excellent context. It explains the tool's specialized linkage purpose, documents all parameters thoroughly, provides format limitations, and includes practical examples. The main gap is lack of output format details, but this is partially mitigated by the type parameter 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?

With 0% schema description coverage, the description carries the full burden of parameter documentation. It provides detailed explanations for all 9 parameters: query purpose, display recommendations with rationale, page numbering, type format limitations with JSON clarification, knd filtering purpose, jo formatting requirements with examples, jobr formatting with examples, sort functionality, and ctx automation. This fully compensates for the schema gap.

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 with specific verbs ('searches local ordinance articles that are linked to specific national law articles') and resources ('ordinance articles', 'law articles'). It distinguishes this tool from siblings by explaining it focuses on linkages between ordinances and laws, unlike generic search tools like 'law_search' or 'ord_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 for when to use this tool ('to see which local ordinances implement or relate to specific law provisions'). It includes practical examples showing usage patterns. However, it doesn't explicitly state when NOT to use it or name specific alternative tools from the sibling list for different search needs.

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