Skip to main content
Glama

Office Word MCP Server

by franlealp1

add_paragraph

Insert a paragraph into a Microsoft Word document. Specify the filename, text content, and optional style to enhance document formatting and structure.

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" }

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/franlealp1/mcp-word'

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