Skip to main content
Glama

Entscheidsuche MCP Server

get_document

Retrieve the full content of Swiss legal documents in JSON, HTML, or PDF format using a document signature. Simplifies access to court decisions for analysis or reference.

Instructions

Retrieve the full content of a specific legal document

Input Schema

NameRequiredDescriptionDefault
formatNoDocument format to retrievejson
signatureYesDocument signature (e.g., CH_BGer_005_5F-23-2025_2025-07-01)
spiderNoCourt/spider name (e.g., CH_BGer). If not provided, will be extracted from signature

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "format": { "default": "json", "description": "Document format to retrieve", "enum": [ "json", "html", "pdf" ], "type": "string" }, "signature": { "description": "Document signature (e.g., CH_BGer_005_5F-23-2025_2025-07-01)", "type": "string" }, "spider": { "description": "Court/spider name (e.g., CH_BGer). If not provided, will be extracted from signature", "type": "string" } }, "required": [ "signature" ], "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