get_alio_regulation
Retrieve the full text of a Korean public institution regulation in markdown format. Optionally extract a specific article by clause number.
Instructions
[ALIO] 특정 규정 본문(markdown) 조회. regId 또는 title 부분일치. article 파라미터로 특정 조문만 추출 가능.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| institution | Yes | 기관코드 또는 기관명 일부 | |
| regId | No | 규정 ID (list_alio_regulations 의 regId). title 과 둘 중 하나 | |
| title | No | 규정 제목 일부(부분일치). regId 대신 사용 가능 | |
| article | No | 특정 조문만 (예: '제10조', '제10조의2'). 생략 시 전체 본문 |