Simple Document Processing MCP Server

MIT License
21
5

html_formatter

Format and organize HTML code for improved readability and structure. Specify input file path and output directory to save the formatted HTML.

Instructions

Format and beautify HTML code

Input Schema

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

Input Schema (JSON Schema)

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