get_article_with_precedents
Fetch a Korean legal article and its related judicial precedents together. Input the article number and law IDs to retrieve the statute text and associated court decisions.
Instructions
[통합] 조문 + 관련 판례 동시 조회.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mst | No | 법령일련번호 (search_law에서 획득) | |
| lawId | No | 법령ID (search_law에서 획득) | |
| jo | Yes | 조문 번호 (예: '제38조') | |
| efYd | No | 시행일자 (YYYYMMDD 형식) | |
| includePrecedents | Yes | 관련 판례 포함 여부 | |
| apiKey | No | 법제처 Open API 인증키(OC). 사용자가 제공한 경우 전달 |