Skip to main content
Glama

get_annexes

Read-onlyIdempotent

Retrieve specific annexes or forms from Korean statutes by law name and annex number. Extract full text of the specified annex to access amounts, standards, or delegated provisions.

Instructions

Korean-law-mcp — [별표] 별표/서식 조회. lawName+'별표N'으로 내용 추출. 금액/기준은 별표에 있는 경우 많음.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
joNo위임 조문 (예: '제38조', '38'). 조문 동반 질의('관세법 제38조 별표2')의 조문 맥락 — 별표명의 '(제38조 관련)' 표기와 대조해 좁히고, 응답에 위임 관계를 표기
kndNo1=별표, 2=서식, 3=부칙별표, 4=부칙서식, 5=전체
queryNo별표명으로 좁히기 (예: '운전면허 취소·정지', '과태료'). 번호를 모를 때 사용. 1건으로 좁혀지면 그 별표 본문을 바로 추출
bylSeqNo별표번호 (예: '000300'). 지정 시 해당 별표 파일을 다운로드하여 텍스트로 추출
annexNoNo별표 번호 (예: '4', '별표4', '제4호'). bylSeq 대체 입력
lawNameYes법령명 (예: '관세법'). 별표를 바로 지정하려면 '... 별표4' 또는 '... 별표1의2'처럼 함께 입력 가능
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds the extraction method (lawName+'별표N') and a note about content location, which is useful context beyond the annotations, but it does not describe download/return behavior or other nuances. Given the annotations, this is adequate but not rich.

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 extremely concise: a single sentence stating purpose and extraction pattern, plus one hint sentence. It is front-loaded with the identifier '[별표]' and avoids redundant details. No filler is present, though the brevity limits the depth of guidance provided.

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?

Given 6 parameters, no output schema, and a specialized retrieval purpose, the description provides the core purpose and a usage hint but does not explain return formats, error conditions, or comprehensive selection logic against siblings. The detailed schema compensates for parameter understanding, but the overall context is still somewhat thin for an agent deciding when to invoke this tool.

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 all 6 parameters are already documented with meaning. The description's pattern lawName+'별표N' adds a small usage hint, but it largely repeats what the schema conveys (e.g., lawName can include '별표4'). No significant added value beyond the schema, so baseline 3 applies.

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 annexes/forms (별표/서식) and gives the pattern lawName+'별표N' for extraction. It is specific to a resource type and distinguishes itself from siblings like search_law (search) and get_law_text (full text) by focusing on annex content, though it does not explicitly name those alternatives.

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 offers a usage hint ('금액/기준은 별표에 있는 경우 많음' – amounts/criteria are often in the annex), implying when to use the tool for such content. However, it lacks explicit when-not-to-use guidance and does not mention alternative tools for comparison, leaving the decision partly to inference.

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/yunsy84/law_mcp'

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