Compare two document versions for contradictions, deletions, and added claims.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| document_a_text* | string | Yes | |
| document_b_text* | string | Yes | |
| filename_a | string | — | |
| filename_b | string | — | |
| language |
string
en | no | uk | pl | auto |
— |
* Purple = required
Example request
POST /api/mcp/user/tools/translate/invoke
{
"document_a_text": "Text of the first document version...",
"document_b_text": "Text of the second document version...",
"filename_a": "report-2023.pdf",
"filename_b": "report-2024.pdf",
"language": "en"
}
Example response
{
"ok": true,
"discrepancies": [
{
"type": "deletion",
"location": "Section 3, paragraph 2",
"original": "The child expressed a wish to return home.",
"modified": "[removed]",
"significance": "HIGH — child's stated preference is a legally relevant factor under BVL §6-3"
},
{
"type": "added_claim",
"location": "Section 5",
"original": "[absent]",
"modified": "The parent failed to attend the scheduled meeting.",
"significance": "MEDIUM — unverified claim added in the later version"
}
],
"credits_used": 6
}
Connect
Create your MCP token on the setup page and use it with any supported client.
Set up MCP →Privacy
Tools provide legal preparation support, not final legal advice. Results are for informational purposes and should be reviewed by a qualified legal professional.