Porównaj dwie wersje dokumentu pod kątem sprzeczności, usunięć i dodanych roszczeń.
Parametry
| Parametr | Typ | Wymagany | Opis |
|---|---|---|---|
| document_a_text* | string | Tak | |
| document_b_text* | string | Tak | |
| filename_a | string | — | |
| filename_b | string | — | |
| language |
string
en | no | uk | pl | auto |
— |
* Fioletowy = wymagany
Przykładowe żądanie
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"
}
Przykładowa odpowiedź
{
"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
}
Połącz
Utwórz swój token MCP na stronie konfiguracji i użyj go z dowolnym obsługiwanym klientem.
Skonfiguruj MCP →Prywatność
Narzędzia zapewniają wsparcie w zakresie przygotowania prawnego, a nie ostatecznej porady prawnej. Wyniki mają charakter informacyjny i powinny być przeglądane przez wykwalifikowanego profesjonalistę prawnego.