get_law_text
Retrieve full text of Korean law articles by law serial number. Specify an article to get its text, or omit for table of contents.
Instructions
법령의 조문을 조회합니다 — search_laws 결과의 'mst'(법령일련번호) 필요.
article을 지정하면(예: '4', '4의2') 해당 조문 전문만 반환합니다. article 없이 호출하면 기본정보+조문 목차(번호·제목)만 반환하므로, 먼저 목차에서 필요한 조문을 찾아 article로 재조회하세요. 전 조문 전문이 꼭 필요할 때만 full_text=True를 쓰세요(대형 법령은 매우 깁니다).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mst | Yes | ||
| article | No | ||
| full_text | No |