← Back to MCP setup
🔗

Explore citation graph

translate

Explore cites, cited-by, implementation, or chain relationships.

Parameter Type Required Description
doc_id* integer Yes
action string
cites | cited_by | implements | chain
depth integer

* Purple = required

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

{
  "doc_id": 42,
  "action": "cites",
  "depth": 2
}
{
  "ok": true,
  "action": "cites",
  "root": { "id": 42, "title": "BVL §4-12" },
  "nodes": [
    { "id": 42, "title": "BVL §4-12", "type": "statute" },
    { "id": 15, "title": "BVL §4-4 — Hjelpetiltak", "type": "statute" },
    { "id": 203, "title": "Strand Lobben m.fl. mot Norge", "type": "echr" }
  ],
  "edges": [
    { "from": 42, "to": 15, "type": "cites" },
    { "from": 42, "to": 203, "type": "cites" }
  ],
  "depth": 1
}

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.