ES
Entscheidsuche — Schweizer Gerichtsentscheide
/search_by_case_number
Search by case number
Specialized search for case numbers, judgment numbers and BGE citations in Swiss court judgments. This tool automatically wraps the given case number in quotes
liveverifiedunknown~5s typical
mcpprobedentscheidsuche—schweizer
$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-entscheidsuche-mcp /search_by_case_number for me.
Input
| Field | Type | Description |
|---|---|---|
| case_number* | string | Case number (docket reference), BGE citation or judgment number, e.g. 'BGE 142 III 1' or ' |
| language | string | Optional preferred language for highlighting/display (de, fr, it). If omitted, the first a |
| sort | string (relevance | date | scrapedate) | Optional sort order: 'relevance' | 'date' (decision date) | 'scrapedate'. Default is 'rele default "relevance" |
| size | integer | Results per page (1–100). default 20 |
| search_after | string | Cursor from `next_cursor` of the previous response. |
| decision_date_from | string | Optional lower bound for the decision date (YYYY-MM-DD). |
| decision_date_to | string | Optional upper bound for the decision date (YYYY-MM-DD). |
| scrape_date_from | string | Optional lower bound for the scrape date (YYYY-MM-DD). |
| scrape_date_to | string | Optional upper bound for the scrape date (YYYY-MM-DD). |
| hierarchy | string | Optional hierarchy IDs for canton/court/chamber. |
| language_filter | string | Optional filter by document language(s). |
| include_aggregations | boolean | Optionally include aggregations. default false |
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-entscheidsuche-mcp","endpoint":"/search_by_case_number","input":{"case_number":"...","sort":"relevance","size":20,"include_aggregations":false}}'cli
npx cracked-ai run -p mcp-ch-entscheidsuche-mcp -e /search_by_case_number -i '{"case_number":"...","sort":"relevance","size":20,"include_aggregations":false}'mcp
run_tool({ provider: "mcp-ch-entscheidsuche-mcp", endpoint: "/search_by_case_number", input: {"case_number":"...","sort":"relevance","size":20,"include_aggregations":false} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.