get_document_text
Extract and retrieve all text content from a Microsoft Word document for processing, analysis, or integration with other workflows using the Office Word MCP Server.
Instructions
Extract all text from 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"
}