← Back to MCP setup
📅

Extract timeline

translate

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

Parameter Type Required Description
text* string Yes Text to process.
language string
en | no | uk | pl | auto
focus string
all | deadlines | hearings | cps
use_case_context boolean Use private My Case context. Defaults to false.

* Purple = required

POST /api/mcp/user/tools/translate/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.