Simple Document Processing MCP Server

by cablate
Verified

html_to_text

Convert HTML files to structured plain text easily. Specify input HTML file path and output directory to save the resulting text file for further use.

Instructions

Convert HTML to plain text while preserving structure

Input Schema

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

Input Schema (JSON Schema)

{ "properties": { "inputPath": { "description": "Path to the input HTML file", "type": "string" }, "outputDir": { "description": "Directory where text 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