MCP Server Diff Python

by tatn

get-unified-diff

Extract differences between two text articles in Unified diff format. Ideal for comparing text inputs using Python's standard library difflib.

Instructions

Get the difference between two text articles in Unified diff format. Use this when you want to extract the difference between texts.

Input Schema

NameRequiredDescriptionDefault
string_aYes
string_bYes

Input Schema (JSON Schema)

{ "properties": { "string_a": { "type": "string" }, "string_b": { "type": "string" } }, "required": [ "string_a", "string_b" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Server Diff Python

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/tatn/mcp-server-diff-python'

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