get_document_outline
Extract the hierarchical structure of a Word document to analyze headings, sections, and content organization. Input a filename to retrieve the document outline in clear, structured format.
Instructions
Get the structure of a Word document.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filename | Yes |
Input Schema (JSON Schema)
{
"properties": {
"filename": {
"title": "Filename",
"type": "string"
}
},
"required": [
"filename"
],
"type": "object"
}