MCP Server Office

read_docx

Read complete contents of a docx file including tables and images.Use this tool when you want to read file endswith '.docx'.Paragraphs are separated with two line breaks.This tool convert images into placeholder [Image].'--- Paragraph [number] ---' is indicator of each paragraph.

Input Schema

NameRequiredDescriptionDefault
pathYesAbsolute path to target file

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Absolute path to target file", "type": "string" } }, "required": [ "path" ], "type": "object" }