Simple Document Processing MCP Server

by cablate
Verified

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" }
ID: pb9df6lnel