← Back to MCP setup
🔄

Find document discrepancies

translate

Compare two document versions for contradictions, deletions, and added claims.

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

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

Create your MCP token on the setup page and use it with any supported client.

Set up MCP →
Process-and-forget by default. All tool calls process your text in memory and return results to your AI client. Nothing is saved to My Case unless you explicitly call dbn.save_to_case.

Tools provide legal preparation support, not final legal advice. Results are for informational purposes and should be reviewed by a qualified legal professional.