OpenCaseLaw — Swiss Caselaw, Statutes & Doctrine
OS
OpenCaseLaw — Swiss Caselaw, Statutes & Doctrine
/find_citations

find citations

Given a decision_id, show what it cites and what cites it. Uses the reference graph database with 9.65M citation edges. Returns resolved citations with confiden

liveverifiedunknown~5s typical
mcpprobedopencaselawswiss
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ch-opencaselaw-swiss-caselaw /find_citations for me.

Input

FieldTypeDescription
decision_id*stringDecision ID (e.g., bger_6B_1_2025)
directionstring (both | outgoing | incoming)Citation direction: 'both' (default), 'outgoing', or 'incoming' default "both"
min_confidencenumberMinimum confidence score for resolved citations (0-1, default 0.3) default 0.3
limitintegerMax citations per direction per page (default 50, max 200) default 50
offsetintegerPagination offset per direction (default 0). The response reports *_total and *_has_more; default 0

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-ch-opencaselaw-swiss-caselaw","endpoint":"/find_citations","input":{"decision_id":"...","direction":"both","min_confidence":0.3,"limit":50,"offset":0}}'
cli
npx cracked-ai run -p mcp-ch-opencaselaw-swiss-caselaw -e /find_citations -i '{"decision_id":"...","direction":"both","min_confidence":0.3,"limit":50,"offset":0}'
mcp
run_tool({ provider: "mcp-ch-opencaselaw-swiss-caselaw", endpoint: "/find_citations", input: {"decision_id":"...","direction":"both","min_confidence":0.3,"limit":50,"offset":0} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.