Office Word MCP Server

by GongRzhe
Verified

get_document_info

Get information about 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_infoArguments", "type": "object" }