← Back to MCP setup
📚

List corpus documents

translate

List DBN legal corpus documents with optional filters.

Parameter Type Required Description
category string
title string
limit integer
offset integer

* Purple = required

POST /api/mcp/user/tools/translate/invoke

{
  "category": "barnevernet",
  "limit": 20,
  "offset": 0
}
{
  "ok": true,
  "documents": [
    { "id": 42, "title": "BVL §4-12 — Vedtak om omsorgsovertakelse", "category": "statute" },
    { "id": 87, "title": "FNV-2023-142 — Fylkesnemnda for barnevern og sosiale saker", "category": "tribunal" },
    { "id": 203, "title": "Strand Lobben m.fl. mot Norge (EMD-37283/13)", "category": "echr" }
  ],
  "total": 847,
  "offset": 0
}

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.