Skip to main content
Glama

doc-ops-mcp

by Tele-AI

create_word_document

Generate Word documents from HTML content with automatic styling and formatting. Save files directly to a specified output directory with auto-generated names, eliminating conversion loops.

Instructions

Create a Word document directly from content with beautiful formatting. This tool is specifically designed for creating Word documents from scratch, avoiding conversion loops. Supports HTML content with automatic styling and formatting. Output directory is controlled by OUTPUT_DIR environment variable. Files will be automatically saved to OUTPUT_DIR with auto-generated names.

Input Schema

NameRequiredDescriptionDefault
contentYesContent to write to Word document (supports HTML)
preserveFormattingNoPreserve HTML formatting and styles
titleNoDocument titleDocument

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Content to write to Word document (supports HTML)", "type": "string" }, "preserveFormatting": { "default": true, "description": "Preserve HTML formatting and styles", "type": "boolean" }, "title": { "default": "Document", "description": "Document title", "type": "string" } }, "required": [ "content" ], "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/Tele-AI/doc-ops-mcp'

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