Skip to main content
Glama
scvcoder

korean-privacy-law-mcp

by scvcoder

get_term_articles

Retrieve all legal articles containing a specified term from Korean privacy laws. Results are grouped by matching term groups and include optional article previews.

Instructions

법령용어가 사용된 조문 추적 (법제처 lawService · target=lstrmRltJo). 법령용어 키워드 → 매칭 용어 그룹별로 그 용어가 등장하는 모든 조문 목록 반환. 예: '개인정보' → PIPA·정보통신망법·신용정보법 등 ~700개 조문 (상위 N건). 동음이의 용어는 별도 그룹으로 분리. 페이징 X — maxArticles로 절단. 다음: get_law_text(lawId=...)로 해당 조문 전문, get_legal_term(query)로 정의 확인.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes법령용어명 (예: '개인정보', '가명정보', '고유식별정보'). 정확한 용어명 매칭.
maxArticlesNo용어 그룹별 표시할 최대 연계 조문 수 (기본 20). 응답 절단 한도.
includeBodyNo조문 본문 미리보기(200자) 포함 여부 (기본 true).
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses that results are grouped by matching term groups, homonyms are separated, no pagination is available, and results are truncated by maxArticles. It also gives an example (개인정보 → ~700 articles). However, it does not explicitly state that the operation is read-only or mention authentication/permission requirements, which would be helpful.

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 concise and front-loaded with the core purpose. Every sentence adds value: purpose, grouping logic, homonym handling, pagination behavior, next steps. No redundant or unclear phrases.

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?

Given the absence of an output schema, the description explains the return type (list of articles grouped by term) and mentions the body preview behavior (200 chars if includeBody true). It provides sufficient context for the agent to understand the output format. Could be improved by explicitly listing the response fields (e.g., lawId, article number), but overall it is complete enough.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds context beyond the schema by explaining the purpose of maxArticles (truncation) and providing an example query (개인정보). The example illustrates how the tool behaves with a real term, adding semantic value.

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 tracks articles using specific legal terms, returns a list grouped by term, and distinguishes from sibling tools like 'get_legal_term' (definitions) and 'get_law_text' (full law text). It uses specific verbs and resources: '법령용어가 사용된 조문 추적' and '매칭 용어 그룹별로 ... 조문 목록 반환'.

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?

The description explicitly tells when to use the tool (when you have a legal term keyword and need all articles containing it), what not to expect (no pagination, truncation by maxArticles), and provides follow-up tool recommendations ('다음: get_law_text ...' and 'get_legal_term').

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