Skip to main content
Glama

law_search

Read-onlyIdempotent

Search current Korean laws by announcement date. Filter results by ministry, law type, and more to locate relevant statutes.

Instructions

Search current laws by announcement date (공포일 기준 현행법령 검색).

This tool searches Korean laws organized by announcement (publication) date.

Args: query: Search keyword (law name or content) 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 date: Announcement date (YYYYMMDD) org: Ministry/department code filter knd: Law type filter

Returns: Search results with law list or error

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ocNo
kndNo
orgNo
dateNo
pageNo
sortNo
typeNoJSON
queryYes
displayNo
Behavior4/5

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

Annotations already establish read-only and idempotent behavior. The description adds useful context: return format (law list or error), the recommendation for display 50-100 to ensure exact matches, and that 'oc' defaults to an environment variable. This goes beyond the annotations without contradicting them.

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 an intro, args list, and returns section. It is somewhat verbose with the Korean text repeated, but each parameter gets a useful brief description, and the organization makes it easy to scan.

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 9-parameter search tool with no output schema and basic annotations, the description covers purpose, all parameters, and return value. It lacks error scenarios, sort value examples, and explicit differentiation from siblings, but is generally complete for typical use.

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 description coverage is 0%, so the description fully compensates by explaining all 9 parameters with concrete details: display limits and defaults, page base, date format (YYYYMMDD), response type options, and filter purposes. This gives the agent meaningful information beyond the raw schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool searches current Korean laws organized by announcement date, using a specific verb and resource. However, it does not explicitly differentiate from sibling search tools like eflaw_search or elaw_search, though the 'current laws by announcement date' scope suggests a distinction.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives. It implies searching current laws but doesn't mention exclusions or compare with sibling tools like eflaw_search, elaw_search, or admrul_search. The recommendation about display size is parameter-level, not tool selection.

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