법령 파일 현재 내용
kr_read_fileRead the full text of a Korean law document from the local clone. Specify law directory and Markdown file, with optional character limit.
Instructions
워킹 트리에서 kr/{lawDir}/{fileName} 전문을 UTF-8로 읽습니다 (README의 cat 예시와 동일).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lawDir | Yes | kr/ 바로 아래 법령 폴더명 (예: 민법) | |
| fileName | Yes | 법령 Markdown 파일명 | |
| maxChars | No | 최대 문자 수(초과 시 잘림) |