Office Word MCP Server

by GongRzhe
Verified

add_page_break

Add a page break to the 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": "add_page_breakArguments", "type": "object" }