Skip to main content
Glama
scvcoder

korean-privacy-law-mcp

by scvcoder

get_legal_term

Retrieve legal term definitions from Korean statutes by keyword. Returns matched terms with their definitions and sources; set withDefinitions=false to get only term list.

Instructions

법령용어 검색 + 정의 통합 (법제처 lawSearch · target=lstrm 검색 → lawService · target=lstrm 본문). 키워드 매칭 용어 목록과 각 정의 본문(법령정의사전)을 한 번에 노출. 동일 용어가 여러 법령에서 정의되는 경우 각 정의·출처 모두 펼침. 예: '개인정보' → 「개인정보 보호법」§2·시행령·각 부처 훈령 정의 비교. withDefinitions=false면 목록만. 다음: get_term_articles(용어ID)로 해당 용어 사용 조문 추적.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes법령용어 키워드 (예: '개인정보', '가명정보', '고유식별정보')
displayNo결과 개수 (기본 5, 최대 20). 본문 정의 자동 첨부.
pageNo페이지 번호 (기본 1)
withDefinitionsNo각 용어의 정의 본문 자동 fetch (lawService 1회 추가 호출). false면 검색 결과만 — trmSeqs 노출, 정의 미포함.
Behavior4/5

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

No annotations provided, so description bears full burden. It discloses multiple API calls (lawSearch and lawService), behavior for multiple definitions, and effect of withDefinitions=false. Lacks explicit statement on safety or permissions.

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?

Concise and well-structured with a clear example and follow-up reference. Every sentence adds value without redundancy.

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?

Given schema coverage and lack of output schema, description is complete. It explains integration, behavior for multiple definitions, and provides an example.

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 coverage is 100%, and description adds context: explains each parameter's purpose, especially withDefinitions and display. Provides examples and clarifies behavior beyond schema.

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 searches legal terms and integrates definitions from lawService. It distinguishes from sibling tools by specifying that get_term_articles is for tracking articles using the term.

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?

Explicitly tells when to use this tool vs alternatives: '다음: get_term_articles(용어ID)로 해당 용어 사용 조문 추적.' Also clarifies the role of the withDefinitions parameter to toggle definition fetching.

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/scvcoder/korean-privacy-law-mcp'

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