Simple Document Processing MCP Server

MIT License
21
5

text_formatter

Format text files for readability by applying proper indentation and line spacing. Specify input file path and output directory for saving the formatted document.

Instructions

Format text with proper indentation and line spacing

Input Schema

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

Input Schema (JSON Schema)

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