Explore cites, cited-by, implementation, or chain relationships.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| doc_id* | integer | Yes | |
| action |
string
cites | cited_by | implements | chain |
— | |
| depth | integer | — |
* Purple = required
Example request
POST /api/mcp/user/tools/translate/invoke
{
"doc_id": 42,
"action": "cites",
"depth": 2
}
Example response
{
"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
}
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.