Skip to main content
Glama

lnkDep_search

Read-onlyIdempotent

Search for local ordinances linked to laws managed by a specific ministry using a ministry code. Get paginated results.

Instructions

Search law-ordinance links by ministry (연계 법령 소관부처별 목록 조회).

This tool searches local ordinances linked to laws managed by a specific government ministry or department.

Args: org: Ministry/department code (required, e.g., "1400000") 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 ctx: MCP context (injected automatically)

Returns: Search results with ministry's linked ordinances or error

Examples: Search ordinances linked to ministry 1400000: >>> lnkDep_search(org="1400000", type="XML")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ocNo
orgYes
pageNo
sortNo
typeNoJSON
displayNo
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the safety profile is covered. The description adds some behavioral context (e.g., display recommendation, return type options, example), but it does not disclose details like pagination limits or error behavior beyond a generic mention.

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 a clear summary, args list, return statement, and example. It is concise and front-loaded with the core purpose. The Korean title is slightly redundant but harmless.

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 read-only search tool with good annotations and no output schema, the description provides enough context: parameters, defaults, a usage tip, and an example. It is complete for practical invocation, though it does not detail the structure of results or all edge cases.

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 compensates well by explaining each parameter: org is required with an example, display has max/default and a recommendation, page is 1-based, type lists formats, and oc is an optional override. Specifics for 'sort' and 'oc' are minimal, but the overall parameter semantics are clearly enriched.

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 verb 'Search' and the resource 'law-ordinance links by ministry', and further explains it searches local ordinances linked to laws managed by a specific ministry. This distinguishes it from sibling tools like law_search or ordin_search.

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 implies usage by stating the tool's purpose, but it does not explicitly mention when to use it over alternatives or when not to use it. There are no exclusions or comparisons with sibling tools, so the guidance is only implicit.

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