← Back to MCP setup
📄

Analyze Barnevernet document

dbn.barnevernet_analyze

Analyze child-welfare documents for red flags and legal issues.

Parameter Type Required Description
document_text* string Yes Full text of the child welfare document to analyze (required).
filename string Original filename for context (helps identify document type).
advocate_role string Your role in the case: parent, lawyer, guardian ad litem, etc.
language string
en | no | uk | pl | auto
Response language: en, no, uk, pl, or auto.
use_case_context boolean Include context from your Case Workbench session (true/false).

* Purple = required

POST /api/mcp/user/tools/dbn.barnevernet_analyze/invoke

{
  "document_text": "Paste the Barnevernet document text here...",
  "filename": "vedtak-omsorgsovertakelse.pdf",
  "advocate_role": "parent",
  "language": "en"
}
{
  "ok": true,
  "red_flags": [
    "Decision issued without notification to parent (fvl §16 violation)",
    "No tiltaksplan offered before escalating to care order (BVL §4-4)"
  ],
  "legal_issues": [
    "Potential violation of proportionality principle — less intrusive measures not exhausted",
    "ECHR Art. 8 family life rights not addressed in reasoning"
  ],
  "recommendations": [
    "File an appeal within 3 weeks citing fvl §28",
    "Request full case file under fvl §18",
    "Consult Fylkesnemnda procedural timeline"
  ],
  "credits_used": 7
}

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.