Skip to main content
Glama

doc-ops-mcp

by Tele-AI

convert_markdown_to_html

Convert Markdown files to HTML with customizable themes, table of contents, and custom CSS. Outputs are saved automatically to a specified directory for streamlined document processing.

Instructions

Enhanced Markdown to HTML conversion with beautiful styling and theme support. Supports GitHub, Academic, Modern, and Default themes with complete style preservation. Output directory is controlled by OUTPUT_DIR environment variable. Files will be automatically saved to OUTPUT_DIR with auto-generated names.

Input Schema

NameRequiredDescriptionDefault
customCSSNoAdditional custom CSS styles
includeTableOfContentsNoGenerate table of contents
markdownPathYesMarkdown file path to convert
themeNoTheme to applygithub

Input Schema (JSON Schema)

{ "properties": { "customCSS": { "description": "Additional custom CSS styles", "type": "string" }, "includeTableOfContents": { "default": false, "description": "Generate table of contents", "type": "boolean" }, "markdownPath": { "description": "Markdown file path to convert", "type": "string" }, "theme": { "default": "github", "description": "Theme to apply", "enum": [ "default", "github", "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