kb_get_outline
Retrieve a document's chapter tree by doc ID, including titles, offsets, and section IDs, to navigate long SOPs or pinpoint sections for reading.
Instructions
【第 1 步·文档目录】按 doc_id 返回章节树(标题 + offset + section_id)。
【何时用】长 SOP / 复盘要按章阅读,或准备调用 kb_read_section。 【参数从哪来】doc_id 来自 kb_search。section_id / offset 交给 kb_read_section。 【短文】可能只有一个「全文」节点,此时直接 kb_get_doc 即可。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||