Skip to main content
Glama

IT Tools MCP Server

by wrenchpilot

markdown-to-html

Convert Markdown content to HTML using this utility. Ideal for developers and system administrators needing quick transformations for web or documentation purposes.

Instructions

Convert Markdown to HTML

Input Schema

NameRequiredDescriptionDefault
markdownYesMarkdown content to convert to HTML

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "markdown": { "description": "Markdown content to convert to HTML", "type": "string" } }, "required": [ "markdown" ], "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/wrenchpilot/it-tools-mcp'

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