OS
OpenCaseLaw — Swiss Caselaw, Statutes & Doctrine
/get_article_purpose
get article purpose
Return verbatim text from the Federal Council Botschaft (or Erläuterungsbericht) explaining the legislative purpose of a specific article. Joins the verbatim Bo
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_article_purpose for me.
Input
| Field | Type | Description |
|---|---|---|
| sr_number* | string | SR (Systematische Rechtssammlung) number of the law, e.g. '220' for OR (Obligationenrecht) |
| article* | string | Article number, e.g. '41' for Art. 41 OR. Letter-suffixed forms like '41a' supported. |
| language | string (de | fr | it) | Botschaft language (defaults to German). default "de" |
| max_paragraphs | integer | Maximum paragraphs per Botschaft (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":"/get_article_purpose","input":{"sr_number":"...","article":"...","language":"de","max_paragraphs":8}}'cli
npx cracked-ai run -p mcp-ch-opencaselaw-swiss-caselaw -e /get_article_purpose -i '{"sr_number":"...","article":"...","language":"de","max_paragraphs":8}'mcp
run_tool({ provider: "mcp-ch-opencaselaw-swiss-caselaw", endpoint: "/get_article_purpose", input: {"sr_number":"...","article":"...","language":"de","max_paragraphs":8} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.