← Back to MCP setup
🗂️

Plan next case step

dbn.case_workbench_plan

Create a stateless legal preparation plan based on your situation.

Parameter Type Required Description
situation* string Yes Describe your current legal situation and what you need help with (required).
goal string Your desired outcome or legal goal.
deadline string Any relevant deadline (date or description, e.g. "3 weeks").
language string
en | no | uk | pl | auto
Response language: en, no, uk, pl, or auto.

* Purple = required

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

{
  "situation": "Barnevernet has scheduled a Fylkesnemnda hearing in 3 weeks. I need to prepare a response.",
  "goal": "Challenge the care order and request return of the child.",
  "deadline": "2024-06-15",
  "language": "en"
}
{
  "ok": true,
  "plan": {
    "situation_summary": "Fylkesnemnda hearing scheduled in 3 weeks — care order challenge.",
    "steps": [
      "1. Request full case file under forvaltningsloven §18 — submit by 01.06.2024",
      "2. Run Legal Analysis tool on the original care order decision",
      "3. Create Advocate Brief (parent role) with the grounds for challenge",
      "4. Draft formal response letter using Korrespond (Fylkesnemnda preset)",
      "5. Compile timeline of all procedural dates"
    ],
    "recommended_tools": ["dbn.legal_analysis", "dbn.advocate_brief", "dbn.korrespond", "dbn.timeline"],
    "deadline": "2024-06-15"
  },
  "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.