Skip to main content
Glama

Entscheidsuche MCP Server

search_case_law

Search and retrieve Swiss court decisions using a structured query. Access legal documents from Swiss jurisdictions for analysis or reference, with options for pagination and result size.

Instructions

Search for Swiss court decisions using Entscheidsuche database

Input Schema

NameRequiredDescriptionDefault
fromNoStarting position for pagination
queryYesSearch query for legal cases
sizeNoNumber of results to return (max 50)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "from": { "default": 0, "description": "Starting position for pagination", "type": "number" }, "query": { "description": "Search query for legal cases", "type": "string" }, "size": { "default": 10, "description": "Number of results to return (max 50)", "type": "number" } }, "required": [ "query" ], "type": "object" }

Other Tools from Entscheidsuche MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/self-tech-labs/entscheidsuche-MCP-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server