Skip to main content
Glama

get_law_reference

Read-onlyDestructive

Obtain details of a Korean legal provision by its ID, including names, summary, source URL, risk level, and full text when available.

Instructions

Look up a bundled Korean law provision by ID and return its Korean and English names, a plain-language summary, the source URL on law.go.kr, a risk level, and (when available) the full Korean article text. Typically used to expand a related_laws ID returned by a scan. This is reference material, not legal advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
liveNoIf true, fetch the latest full text from law.go.kr (requires network access). If false (default), use the text bundled in the binary.
law_idYesBundled provision ID. Examples by law: PIPA-15, PIPA-29 (개인정보 보호법); NIA-22, NIA-50 (정보통신망법); CIA-19 (신용정보법); ECA-6 (전자상거래법).
Behavior1/5

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

Description implies a safe read operation, but annotation destructiveHint: true contradicts this. The description does not disclose any destructive behavior, and the conflict undermines transparency. Score 1 due to contradiction.

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?

Two sentences with no fluff. Front-loaded with purpose, followed by usage hint and disclaimer. Every sentence earns its place.

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?

Without output schema, description adequately lists return fields (names, summary, URL, risk level, full text when available). Mentions typical use case. Could briefly note network requirements for live=true, but overall complete.

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?

Schema coverage is 100%, but description adds valuable examples for law_id and explains live parameter behavior (fetch latest vs. bundled). Provides additional context beyond 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?

Clearly states the tool looks up a bundled Korean law provision by ID and returns specific fields. Also mentions typical use case of expanding a related_laws ID from a scan. No need to differentiate from siblings as they are unrelated.

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?

Describes typical usage: 'expand a related_laws ID returned by a scan.' Also clarifies it's reference material, not legal advice. Lacks explicit when-not-to-use or alternatives, but sufficient given narrow scope.

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/rostradamus/klaws'

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