Skip to main content
Glama

lawink_statute_precedents

Retrieve precedent cases that apply a specific Korean statute article. Input the statute UUID to get a list of related judicial precedents.

Instructions

특정 법령 조문을 인용한 판례 목록 ('이 법령을 적용한 판례들'). statute_id=법령 조문 UUID. 변호사 핵심 기능 — 법령→판례 추적.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skipNo
limitNo
statute_idYes
Behavior2/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. It only states it returns a list of precedents but does not mention pagination behavior, performance implications, read-only nature, or any other side effects. This is minimal for a data retrieval tool.

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 two sentences long, front-loading the purpose and then clarifying the key parameter. It is concise and avoids redundancy, but could be slightly more structured with explicit parameter explanations.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 3 parameters and no output schema or annotations, the description is too sparse. It omits details about pagination, ordering, return format, and error conditions. For an agent to correctly invoke the tool, more contextual information is needed.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0% (no descriptions in schema). The description explains the meaning of 'statute_id' (UUID of statutory provision) but does not explain 'skip' and 'limit' parameters, which are pagination controls. With 3 parameters and 1 explained, the description only partially compensates for the lack of schema descriptions.

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 lists precedents citing a specific statutory provision, using a specific verb ('목록' as list) and resource ('판례' precedents). It distinguishes itself from sibling tools like 'lawink_statute_by_precedent' which does the reverse mapping, ensuring the agent knows when to select this tool.

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 provides implied usage context by labeling it a 'core lawyer function — statute→precedent tracking', but does not explicitly state when to use vs alternatives or when not to use. No alternative tool names are mentioned in the description.

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/ntriq/lawink-mcp'

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