get_document_text
Extract all text from a Word document using a standardized MCP server tool. Input the filename to retrieve content efficiently for editing or analysis.
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"
}