Simple Document Processing MCP Server

by cablate
Verified

html_to_markdown

Convert HTML files to Markdown format for simplified document processing. Specify input HTML file path and output directory to generate Markdown-ready content.

Instructions

Convert HTML to Markdown format

Input Schema

NameRequiredDescriptionDefault
inputPathYesPath to the input HTML file
outputDirYesDirectory where Markdown file should be saved

Input Schema (JSON Schema)

{ "properties": { "inputPath": { "description": "Path to the input HTML file", "type": "string" }, "outputDir": { "description": "Directory where Markdown file should be saved", "type": "string" } }, "required": [ "inputPath", "outputDir" ], "type": "object" }

You must be authenticated.

Other Tools from Simple Document Processing MCP Server

Related Tools

ID: pb9df6lnel