json_diff
ActiveTool of WingmanProtocol Agent Gateway
JSON Structural Diff (RFC 6902 Patch) — Compare two JSON texts and return the RFC 6902 JSON Patch (add/remove/replace) operations that turn 'before' into 'after'.
Parameters schema
{
"type": "object",
"required": [
"before",
"after"
],
"properties": {
"after": {
"type": "string",
"description": "JSON text of the changed document"
},
"before": {
"type": "string",
"description": "JSON text of the original document"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries