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
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | 법령용어명 (예: '개인정보', '가명정보', '고유식별정보'). 정확한 용어명 매칭. | |
| maxArticles | No | 용어 그룹별 표시할 최대 연계 조문 수 (기본 20). 응답 절단 한도. | |
| includeBody | No | 조문 본문 미리보기(200자) 포함 여부 (기본 true). |