get_document_outline
Extract the structure of a Word document, including headings and sections, to analyze or navigate its content efficiently.
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"
}