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
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | 법령용어 키워드 (예: '개인정보', '가명정보', '고유식별정보') | |
| display | No | 결과 개수 (기본 5, 최대 20). 본문 정의 자동 첨부. | |
| page | No | 페이지 번호 (기본 1) | |
| withDefinitions | No | 각 용어의 정의 본문 자동 fetch (lawService 1회 추가 호출). false면 검색 결과만 — trmSeqs 노출, 정의 미포함. |