Skip to main content
Glama

doc-tools-mcp

add_paragraph

Insert formatted text paragraphs into Word documents by specifying file path, content, and alignment options for precise document customization.

Input Schema

NameRequiredDescriptionDefault
alignmentNo
filePathYes
styleNo
textYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "alignment": { "enum": [ "left", "center", "right", "start", "end", "both", "mediumKashida", "distribute", "numTab", "highKashida", "lowKashida", "thaiDistribute" ], "type": "string" }, "filePath": { "type": "string" }, "style": { "type": "string" }, "text": { "type": "string" } }, "required": [ "filePath", "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/puchunjie/doc-tools-mcp'

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