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

get decisions

Use this tool to fetch SEVERAL decisions at once (1-10 ids) instead of calling get_decision repeatedly. Same data per decision — canonical citation strings, Mar

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 /get_decisions for me.

Input

FieldTypeDescription
decision_ids*arrayDecision ids, docket numbers or BGE references (e.g. ['bge_BGE_140_III_86', '6B_1234/2025'
full_textbooleanInclude an excerpt of each decision's full text (default false — Regeste + metadata only). default false
max_chars_per_decisionintegerPer-decision text cap when full_text is true (default 20,000; total response stays under c default 20000

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":"/get_decisions","input":{"decision_ids":[],"full_text":false,"max_chars_per_decision":20000}}'
cli
npx cracked-ai run -p mcp-ch-opencaselaw-swiss-caselaw -e /get_decisions -i '{"decision_ids":[],"full_text":false,"max_chars_per_decision":20000}'
mcp
run_tool({ provider: "mcp-ch-opencaselaw-swiss-caselaw", endpoint: "/get_decisions", input: {"decision_ids":[],"full_text":false,"max_chars_per_decision":20000} })

Try it

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