Skip to main content
Glama

doc-ops-mcp

by Tele-AI

convert_markdown_to_docx

Convert Markdown files to professionally styled DOCX documents with preserved formatting. Supports tables, lists, headings, and themes like professional, academic, and modern. Automatically saves outputs to a specified directory.

Instructions

Enhanced Markdown to DOCX conversion with professional styling and theme support. Preserves formatting, supports tables, lists, headings, and inline formatting with beautiful Word document output. Output directory is controlled by OUTPUT_DIR environment variable. Files will be automatically saved to OUTPUT_DIR with auto-generated names.

Input Schema

NameRequiredDescriptionDefault
includeTableOfContentsNoGenerate table of contents
markdownPathYesMarkdown file path to convert
preserveStylesNoPreserve Markdown formatting and styles
themeNoTheme to applyprofessional

Input Schema (JSON Schema)

{ "properties": { "includeTableOfContents": { "default": false, "description": "Generate table of contents", "type": "boolean" }, "markdownPath": { "description": "Markdown file path to convert", "type": "string" }, "preserveStyles": { "default": true, "description": "Preserve Markdown formatting and styles", "type": "boolean" }, "theme": { "default": "professional", "description": "Theme to apply", "enum": [ "default", "professional", "academic", "modern" ], "type": "string" } }, "required": [ "markdownPath" ], "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