add_page_break
Insert a page break into a Microsoft Word document to organize content and improve readability, using the Office Word MCP Server for document formatting.
Instructions
Add a page break to the document.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filename | Yes |
Input Schema (JSON Schema)
{
"properties": {
"filename": {
"title": "Filename",
"type": "string"
}
},
"required": [
"filename"
],
"type": "object"
}