Skip to main content
Glama

Simple Document Processing MCP Server

text_diff

Compare two text files to identify differences and save the result in a specified directory for easy analysis and document processing.

Instructions

Compare two text files and show differences

Input Schema

NameRequiredDescriptionDefault
file1PathYesPath to the first text file
file2PathYesPath to the second text file
outputDirYesDirectory where diff result should be saved

Input Schema (JSON Schema)

{ "properties": { "file1Path": { "description": "Path to the first text file", "type": "string" }, "file2Path": { "description": "Path to the second text file", "type": "string" }, "outputDir": { "description": "Directory where diff result should be saved", "type": "string" } }, "required": [ "file1Path", "file2Path", "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