Office Word MCP Server

by GongRzhe
Verified

get_document_text

Extract all text from a Word document.

Args: filename: Path to the Word document

Input Schema

NameRequiredDescriptionDefault
filenameYes

Input Schema (JSON Schema)

{ "properties": { "filename": { "title": "Filename", "type": "string" } }, "required": [ "filename" ], "title": "get_document_textArguments", "type": "object" }