Extract dates, hearings, milestones, and deadlines from case text.
Parameters
| 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
Example request
POST /api/mcp/user/tools/translate/invoke
{
"text": "Paste case notes or decision letter here...",
"language": "en",
"focus": "all",
"use_case_context": false
}
Example response
{
"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
}
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.