Answer a legal preparation question with source-grounded DBN context.
Parameters
| 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
Example request
POST /api/mcp/user/tools/translate/invoke
{
"question": "Can Barnevernet remove a child without a court hearing?",
"language": "en",
"use_case_context": false
}
Example response
{
"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
}
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.