Skip to main content
Glama

Entscheidsuche MCP Server

search_case_law

Search and retrieve Swiss court decisions using the Entscheidsuche database. Input a query to access relevant legal cases, with options to control result size and pagination for efficient legal research.

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" }
Install Server

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