Entscheidsuche — Schweizer Gerichtsentscheide
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
mcpprobedentscheidsucheschweizer
$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

FieldTypeDescription
case_number*stringCase number (docket reference), BGE citation or judgment number, e.g. 'BGE 142 III 1' or '
languagestringOptional preferred language for highlighting/display (de, fr, it). If omitted, the first a
sortstring (relevance | date | scrapedate)Optional sort order: 'relevance' | 'date' (decision date) | 'scrapedate'. Default is 'rele default "relevance"
sizeintegerResults per page (1–100). default 20
search_afterstringCursor from `next_cursor` of the previous response.
decision_date_fromstringOptional lower bound for the decision date (YYYY-MM-DD).
decision_date_tostringOptional upper bound for the decision date (YYYY-MM-DD).
scrape_date_fromstringOptional lower bound for the scrape date (YYYY-MM-DD).
scrape_date_tostringOptional upper bound for the scrape date (YYYY-MM-DD).
hierarchystringOptional hierarchy IDs for canton/court/chamber.
language_filterstringOptional filter by document language(s).
include_aggregationsbooleanOptionally 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.