OS
OpenCaseLaw — Swiss Caselaw, Statutes & Doctrine
/draft_mock_decision
draft mock decision
Build a research-only mock decision outline from user facts. Combines relevant Swiss case law retrieval with statute references. If possible, enriches statutes
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 /draft_mock_decision for me.
Input
| Field | Type | Description |
|---|---|---|
| facts* | string | Detailed facts of the hypothetical or real case. |
| question | string | Optional legal question to decide. |
| preferred_language | string (de | fr | it | rm | en) | Output/analysis language preference. |
| deciding_court | string | Hypothetical deciding court (e.g., bger, bvger). |
| statute_references | array | Optional explicit statute list. Each item: {law_code, article, paragraph?}. |
| fedlex_urls | array | Optional Fedlex URLs used to fetch statute text. Useful when no built-in URL mapping is av |
| clarifications | array | Optional answers to prior clarification questions. Each item: {id, answer}. The tool withh |
| limit | integer | Number of case-law exemplars (default 8, max 20). default 8 |
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":"/draft_mock_decision","input":{"facts":"...","limit":8}}'cli
npx cracked-ai run -p mcp-ch-opencaselaw-swiss-caselaw -e /draft_mock_decision -i '{"facts":"...","limit":8}'mcp
run_tool({ provider: "mcp-ch-opencaselaw-swiss-caselaw", endpoint: "/draft_mock_decision", input: {"facts":"...","limit":8} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.