← Back to MCP setup
📅

Extract timeline

dbn.timeline

Extract dates, hearings, milestones, and deadlines from case text.

Parameter Type Required Description
text* string Yes The case text to extract dates from.
language string
en | no | uk | pl | auto
Response language: en, no, uk, pl, or auto.
focus string
all | deadlines | hearings | cps
What to extract: all (every date), deadlines (appeal windows and filing deadlines), hearings (tribunal and court dates), cps (Barnevernet milestones).
use_case_context boolean Include context from your Case Workbench session (true/false).

* Purple = required

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

{
  "text": "Paste case notes or decision letter here...",
  "language": "en",
  "focus": "all",
  "use_case_context": false
}
{
  "ok": true,
  "events": [
    {
      "date": "2024-03-12",
      "date_type": "ABSOLUTE",
      "confidence": "HIGH",
      "actor": "Barnevernet",
      "description": "Home visit conducted following anonymous report",
      "source_excerpt": "12.03.2024: hjemmebesøk ble gjennomført..."
    },
    {
      "date": "2024-06-15",
      "date_type": "ABSOLUTE",
      "confidence": "HIGH",
      "actor": "Fylkesnemnda",
      "description": "Scheduled hearing date",
      "source_excerpt": "Nemnda berammer møte til 15. juni 2024"
    }
  ],
  "next_practical_step": "File your written submission before the 06.06.2024 deadline.",
  "credits_used": 4
}

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.