Explore Korean Disclosure Document (DART)
get_dart_documentExplore the primary body of one DART filing by receipt number while preserving section and table structure.
Use get_dart_filings first to obtain rcept_no. Start with action='overview', then select a section or table instead of requesting a long flattened filing.
Args:
rcept_no: 14-digit DART receipt number
action: overview (default) | section | table | compare_tables | compare_sections
compare_rcept_no and compare_index: second filing and its selected table/section index for comparison; table_index/section_index selects the first. Use both overviews first. Only selected content is compared, not entire filings.
section_index or section_query: one section selector for action='section'
table_index: 1-based table selector for action='table'
max_chars: section text cap, 1,000-100,000 (default 30,000)
max_rows/max_columns: selected table caps (defaults 50/30)
overview_offset/overview_limit: paginate both section and table summaries with the same 0-based slice (defaults 0/20, max 100)
response_format: markdown or json
Returns source evidence for the OpenDART document entry and character range. Tables retain row/column order, cell text, rowspan/colspan and nearby reported unit labels. Zero and negative strings are not discarded. Separate HWP/PDF attachments are not fetched or rehosted.
This tool does not claim an XBRL presentation/calculation hierarchy. Use get_dart_financials for normalized figures, reported account groups and known statement sum checks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | Start with the outline, then select a section or a leaf table. | overview |
| max_rows | No | Maximum selected table rows; original row count is retained. | |
| rcept_no | Yes | 14-digit DART receipt number from get_dart_filings | |
| max_chars | No | Maximum characters of selected section text; truncation is explicit. | |
| max_columns | No | Maximum selected table columns; original column count is retained. | |
| table_index | No | 1-based leaf-table number; required for table action. | |
| compare_index | No | ||
| section_index | No | 1-based section number from the outline; use only with section action. | |
| section_query | No | Section title search; use instead of section_index. Ambiguous matches are rejected. | |
| overview_limit | No | Maximum section and table summaries per outline page; follow next_offset. | |
| overview_offset | No | 0-based outline slice offset for both sections and tables. | |
| response_format | No | Readable markdown or JSON; both retain structured content. | markdown |
| compare_rcept_no | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| table | No | ||
| action | Yes | ||
| tables | No | ||
| section | No | ||
| overview | No | ||
| sections | No | ||
| comparison | No | ||
| preservation | No | ||
| source_evidence | Yes |