Skip to main content
Glama
woongaro

Legal Search MCP

by woongaro

get-law-detail

Retrieve detailed articles of Korean laws by law ID or master number. Search specific statute provisions or full text with optional effective date and article number.

Instructions

특정 법령의 상세 내용(조문)을 조회합니다. 법령 ID 또는 법령 마스터 번호로 조회할 수 있습니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mstNo법령 마스터 번호. lawId 또는 mst 중 하나 필수.
efYdNo시행일자 (mst 사용시 필수, 형식: YYYYMMDD. 예: '20231001')
lawIdNo법령 ID (search-law 결과에서 확인. 예: '1747'=자동차관리법). lawId 또는 mst 중 하나 필수.
articleNumberNo특정 조문 번호 (6자리: 조번호4자리+가지번호2자리. 예: '000200'=2조, '001002'=10조의2)
Behavior2/5

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

With no annotations, the description must disclose behavioral traits, but it only states the basic function. It implies a read-only lookup ('조회') but does not mention any side effects, error conditions, authentication requirements, or rate limits.

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 two short sentences, front-loaded with the core action, and contains no filler or redundant information. Every word contributes to clarifying the tool's purpose.

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

Completeness3/5

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

The tool has four parameters with conditional requirements and no output schema. The description gives a high-level overview but omits usage context such as the need to have a lawId from search-law or the conditional need for efYd. It is adequate but relies heavily on the schema for operational details.

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

Parameters3/5

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

Schema description coverage is 100%, so the baseline is 3. The description adds minimal meaning by mentioning the two identifier modes (lawId or mst), but does not elaborate on conditional requirements (e.g., efYd required with mst) beyond what the schema already provides.

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 retrieves detailed content (articles) of a specific law, using a law ID or master number. It provides a specific verb (조회/retrieve) and resource (법령 상세 내용), but does not explicitly contrast with the sibling tool 'search-law'.

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?

The description gives no guidance on when to use this tool versus 'search-law'. It only states what it does and the lookup methods, without mentioning prerequisites (e.g., use search-law first) or when to prefer one identifier over the other.

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/woongaro/legal-search-mcp'

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