Skip to main content
Glama

Simple Document Processing MCP Server

text_formatter

Apply consistent indentation and line spacing to text files. Specify input file path and output directory to generate cleanly formatted documents.

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" }

Other Tools from Simple Document Processing MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cablate/mcp-doc-forge'

If you have feedback or need assistance with the MCP directory API, please join our Discord server