list_financial_document_candidates
Lists all versions of a DART financial disclosure (original and corrections) so you can select one for workbook creation, even when only a correction number is given.
Instructions
공시 계열(원본·정정·추가) 전체의 문서를 후보로 반환합니다.
정정 공시는 본문만 재제출하고 첨부는 원본 제출본에 남으므로, 같은 보고서의 제출본을 모두 훑습니다. 정정 번호 하나만 넘겨도 원본에 붙은 감사·검토보고서가 나옵니다. 후보의 rcept_no는 넘긴 값과 다를 수 있으며 그것이 정상입니다.
AI는 반환된 날짜·제목만 보고 candidate_id 하나를 골라 create_financial_workbook에 그대로 전달합니다. 원문은 반환하지 않습니다.
Args: rcept_no: 접수번호 14자리. search_disclosures 결과 값을 그대로 전달. corp_code: 고유번호 8자리. search_disclosures가 함께 주므로 있으면 반드시 전달하세요 — 없으면 접수일자 전체를 훑어 느립니다. allow_body: confirmation_required를 사용자에게 보여주고 본문 사용 승인을 받은 뒤에만 true. 기본 false에서는 본문을 숨깁니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rcept_no | Yes | ||
| corp_code | No | ||
| allow_body | No |