Skip to main content
Glama

get_external_links

Generate direct links to the National Law Information Center to view original Korean laws, share them, or access additional features like PDFs and annotations.

Instructions

Generate external links to the National Law Information Center (법령정보센터) website.

Use this tool when the user wants to:

  • View the original source on the official government website

  • Share a direct link to a law or precedent

  • Access additional features not available via this MCP (e.g., PDF downloads, official annotations)

Args: resource_id: A Typed ID (e.g., "statute:12345", "prec:98765", "admrul:54321") obtained from search results.

Returns: Markdown formatted links to the official website.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
resource_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries the burden. It discloses the output format (Markdown formatted links) and that the tool provides access to features not available via the MCP. It could mention validation behavior, but for a simple link generator, this is adequate.

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 with an intro, bullet-point use cases, and clear Args/Returns sections. Every sentence contributes value, and there is no unnecessary information.

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?

For a simple tool with one parameter and an output schema, the description covers purpose, usage scenarios, parameter semantics, and return type. It provides enough context for an agent to select and invoke the tool correctly.

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 schema provides zero coverage, but the description compensates fully by explaining the parameter format with examples (e.g., 'statute:12345') and indicating it comes from search results. This adds significant meaning beyond the raw schema.

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 generates external links to the National Law Information Center website, with a specific verb+resource. The listed use cases (view original source, share direct link, access extra features) distinguish it from sibling search and read tools.

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 explicitly lists when to use the tool via 'Use this tool when the user wants to' followed by three concrete scenarios. It does not name alternatives or exclusions, but the context makes the differentiation clear.

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/korean-law-mcp'

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