get_document_xml
Extract the raw XML structure from a Microsoft Word document for analysis, integration, or manipulation using the Office Word MCP Server interface.
Instructions
Get the raw XML 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"
}