Summarize pasted case text with optional legal-corpus enrichment.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| text* | string | Yes | Text to process. |
| language |
string
en | no | uk | pl | auto |
— | |
| use_legal_corpus | boolean | — | |
| use_case_context | boolean | — | Use private My Case context. Defaults to false. |
* Purple = required
Example request
POST /api/mcp/user/tools/translate/invoke
{
"text": "Paste the case document text here...",
"language": "en",
"use_legal_corpus": true,
"use_case_context": false
}
Example response
{
"ok": true,
"summary": "The document is a Barnevernet investigation report concerning a family with two children. Key findings include...",
"key_points": [
"Home visit conducted 12.03.2024 — no immediate danger found",
"Tiltaksplan proposed with three support measures",
"Next review scheduled for 15.06.2024"
],
"credits_used": 5
}
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.