Skip to main content
Glama

Office Word MCP Server

add_paragraph

Insert a new paragraph into a Word document by specifying the filename, text, and optional style. Enhances document editing with structured and formatted content.

Instructions

Add a paragraph to a Word document.

Input Schema

NameRequiredDescriptionDefault
filenameYes
styleNo
textYes

Input Schema (JSON Schema)

{ "properties": { "filename": { "title": "Filename", "type": "string" }, "style": { "default": null, "title": "Style", "type": "string" }, "text": { "title": "Text", "type": "string" } }, "required": [ "filename", "text" ], "type": "object" }

Other Tools from Office Word MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/GongRzhe/Office-Word-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server