OS
OpenCaseLaw — Swiss Caselaw, Statutes & Doctrine
/get_decision
get decision
Fetch a single court decision with full text. Look up by decision_id (e.g., bger_6B_1234_2025), docket number (e.g., 6B_1234/2025), or partial match. Full text
liveverifiedunknown~5s typical
mcpprobedopencaselaw—swiss
$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_decision for me.
Input
| Field | Type | Description |
|---|---|---|
| decision_id* | string | Decision ID, docket number, or partial docket |
| full_text | boolean | Include full text in response (default true). Set false to get only metadata and regeste. default true |
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_decision","input":{"decision_id":"...","full_text":true}}'cli
npx cracked-ai run -p mcp-ch-opencaselaw-swiss-caselaw -e /get_decision -i '{"decision_id":"...","full_text":true}'mcp
run_tool({ provider: "mcp-ch-opencaselaw-swiss-caselaw", endpoint: "/get_decision", input: {"decision_id":"...","full_text":true} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.