Fetch a document and its text chunks by numeric document ID.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| document_id* | integer | Yes |
* Purple = required
Example request
POST /api/mcp/user/tools/translate/invoke
{
"document_id": 42
}
Example response
{
"ok": true,
"document": {
"id": 42,
"title": "BVL §4-12 — Vedtak om omsorgsovertakelse",
"category": "statute",
"chunks": [
{ "chunk_id": 1, "text": "§ 4-12. Vedtak om å overta omsorgen for et barn kan treffes dersom..." },
{ "chunk_id": 2, "text": "(a) det er alvorlige mangler ved den daglige omsorg som barnet får..." }
]
}
}
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.