doc_outline
Show the chunked structure of an ingested document, listing index, heading, and size for each chunk. Use after doc_ingest to pick what to read, with optional per-chunk summaries.
Instructions
Show the structure of an ingested document: every chunk with its index, heading and size. Call this right after doc_ingest to decide what is worth reading. Set summarize to also generate a one-line summary per chunk — more useful, but it runs the summarizer once per chunk, so it is slow on large documents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | Document id returned by doc_ingest | |
| summarize | No | Generate and cache a short summary for each chunk | |
| max_chunks | No | Only outline the first N chunks |