get_rule_content
Retrieve regulation content in Markdown format with optional filters for specific articles, chapters, keywords, or historical versions from Dongguk University's rule system.
Instructions
규정 본문 마크다운 조회. history_id 생략 시 최신. article/chapter/grep 필터 지원.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| grep | No | 키워드 포함 조문 | |
| head | No | 상위 N줄 | |
| law_id | Yes | LAW_ID | |
| article | No | 특정 조문만 | |
| chapter | No | 특정 장만 | |
| history_id | No | HISTORY_ID (생략=최신) |