Extract legal issues from a document and answer each with DBN legal context.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| text* | string | Yes | Text to process. |
| language |
string
en | no | uk | pl | auto |
— | |
| doc_type |
string
auto | barnevernet | adopsjon | emergency | samvaer | fylkesnemnd | other |
— |
* Purple = required
Example request
POST /api/mcp/user/tools/translate/invoke
{
"text": "Paste the document text to analyze here...",
"language": "en",
"doc_type": "auto"
}
Example response
{
"ok": true,
"issues": [
{
"issue": "Procedural rights under forvaltningsloven §17",
"analysis": "The parent was not given an opportunity to be heard before the decision was made, potentially violating fvl §17...",
"legal_basis": ["forvaltningsloven §17", "BVL §6-3"],
"sources": [{ "title": "fvl §17 — Plikten til å påse at saken er opplyst" }]
}
],
"overall_assessment": "The document shows potential procedural violations that may form grounds for an appeal.",
"credits_used": 8
}
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.