get_document_toc
Retrieve a lightweight table of contents for a document to understand its structure before loading specific sections. Returns chunk IDs for further access.
Instructions
Get a lightweight table of contents for a document (~50 tokens).
Use this to understand document structure before loading specific sections. Returns chunk IDs that you can pass to get_sections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | Document ID (from search results or collection listings) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |