Simple Document Processing MCP Server

by cablate
Verified

html_cleaner

Remove unnecessary tags and attributes from HTML files to streamline content and improve readability. Specify input file path and output directory for cleaned HTML.

Instructions

Clean HTML by removing unnecessary tags and attributes

Input Schema

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

Input Schema (JSON Schema)

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