← Back to MCP setup
💬

Ask a legal question

translate

Answer a legal preparation question with source-grounded DBN context.

Parameter Type Required Description
question* string Yes
language string
en | no | uk | pl | auto
use_case_context boolean Use private My Case context. Defaults to false.

* Purple = required

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

{
  "question": "Can Barnevernet remove a child without a court hearing?",
  "language": "en",
  "use_case_context": false
}
{
  "ok": true,
  "answer": "Under Norwegian law, Barnevernet may issue an emergency care order (akuttvedtak) under BVL §4-6 without a prior court hearing if there is immediate risk of serious harm. However, the case must be reviewed by Fylkesnemnda within six weeks...",
  "sources": [
    { "title": "BVL §4-6 — Midlertidige vedtak", "url": "/corpus/bvl-4-6" },
    { "title": "Strand Lobben m.fl. mot Norge (EMD)", "url": "/corpus/echr-strand-lobben" }
  ],
  "credits_used": 3
}

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.