Skip to main content
Glama

search_korean_law

Search Korean laws, precedents, and administrative rules by exact article numbers or keywords. Get direct article content or a summarized list of relevant results with IDs for full-text access.

Instructions

Primary interface for searching Korean laws, precedents, and administrative rules. It is a "Smart Search" that adapts to the query type.

Capabilities:

  1. Specific Article Lookup (Preferred):

    • Input: "Civil Act Article 103", "민법 제103조", "Criminal Act 250"

    • Behavior: Returns the exact content of the article directly. No need for further steps.

    • Note: Supports both Korean ("민법") and major English names ("Civil Act").

  2. Broad Keyword Search:

    • Input: "school violence", "학교폭력", "adultery case"

    • Behavior: Returns a summarized list of top results across Statutes, Precedents, and Admin Rules.

    • Output: Includes Typed IDs (e.g., statute:12345, prec:67890) which MUST be used with read_legal_resource to get full text.

Usage Tips:

  • ALWAYS try to be specific if you know the law name and article number.

  • If searching for a case by number, just enter it (e.g., "2010다102991").

  • NEW: To find specific articles containing keywords (e.g., "credits" in "Higher Education Act"), first search for the law to get its ID, then use search_law_articles(law_id, "keywords").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, this description carries the full burden of behavioral disclosure. It details two distinct behaviors: for specific article lookup it returns exact content directly with no further steps, and for broad keyword search it returns a summarized list with Typed IDs that must be used with read_legal_resource. This is strong behavioral transparency, though it omits potential edge cases or error handling.

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 one-line summary followed by clear capability sections and usage tips. It is somewhat longer than strictly necessary but every sentence contributes meaningful information and it is effectively front-loaded.

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?

Despite having only one parameter and no annotations, the description thoroughly covers the tool's dual-mode behavior, how to use its results, and directs users to sibling tools when appropriate. It is complete enough for an agent to select and invoke the tool correctly, especially with the output schema available.

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 input schema only has a query parameter with no description (0% coverage). The description compensates richly by providing concrete query examples ('Civil Act Article 103', '민법 제103조', '2010다102991') and explaining how the query type affects behavior. This gives an agent a clear understanding of how to construct queries.

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 is the 'Primary interface for searching Korean laws, precedents, and administrative rules,' with a specific verb and resource. It also distinguishes itself from sibling tools by explaining it is a 'Smart Search' that adapts to query type and explicitly references alternatives like search_law_articles for article-level keyword searches.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit when-to-use guidance: ALWAYS try to be specific, and for finding articles containing keywords, first search for the law to get its ID, then use search_law_articles(law_id, 'keywords'). It also mentions read_legal_resource for obtaining full text of broad search results, clearly covering alternatives and exclusions.

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