← Back to MCP setup
📋

Summarize document

translate

Summarize pasted case text with optional legal-corpus enrichment.

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

POST /api/mcp/user/tools/translate/invoke

{
  "text": "Paste the case document text here...",
  "language": "en",
  "use_legal_corpus": true,
  "use_case_context": false
}
{
  "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
}

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.