공시 원문 읽기
read_disclosureFetch the full text of a DART disclosure using its 14-digit receipt number. Get markdown with tables preserved, the board decision date, or a viewer URL when only HWP is attached.
Instructions
접수번호(rcept_no)로 공시 원문을 표 구조를 보존한 마크다운으로 돌려줍니다.
표가 그대로 마크다운 표로 나오므로 항목별 기재 내용을 바로 비교할 수 있습니다
board_date(이사회 의결일)를 원문에서 추출해 함께 줍니다
HWP 첨부만 있는 공시는 body_unparsable 에러와 함께 뷰어 URL 을 안내합니다
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | markdown(기본) = 표 구조 보존. text = 공백 정규화된 평문 | |
| rcept_no | Yes | DART 접수번호 14자리 | |
| max_chars | No | 본문 최대 길이 (기본 60,000자). 초과 시 truncated=true 로 잘라서 준다 | |
| force_refresh | No | 캐시를 무시하고 재다운로드 (기본 false). 접수된 공시는 불변이므로 보통 불필요 |