document_get_outline
Extract document structure to understand content organization before reading text. Get headings hierarchy for Writer, sheet names for Calc, or slide titles for Impress presentations.
Instructions
Get the structural outline of a document:
Writer documents: headings hierarchy (H1, H2, H3...)
Calc spreadsheets: list of sheet names with row/column counts
Impress presentations: slide titles with index numbers Token-efficient: always call this before document_read_text to understand structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | Document handle returned by document_open |