Simple Document Processing MCP Server

by cablate
Verified

text_diff

Compare two text files to identify and save differences. Use this tool to analyze variations in content and generate a detailed diff result for review.

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

You must be authenticated.

Other Tools from Simple Document Processing MCP Server

Related Tools

ID: pb9df6lnel