Skip to main content
Glama

Online Kommentar MCP Server

search_commentaries

Search and filter Swiss legal commentaries by query, language, legislative act, and sorting criteria to retrieve precise legal insights in multiple languages.

Instructions

Searches for legal commentaries based on a query and filters.

Input Schema

NameRequiredDescriptionDefault
languageNoContent language.
legislative_actNoFilter by legislative act ID.
pageNoPage number for pagination.
searchYesThe full-text search query.
sortNoSort order.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "language": { "description": "Content language.", "enum": [ "en", "de", "fr", "it" ], "type": "string" }, "legislative_act": { "description": "Filter by legislative act ID.", "type": "string" }, "page": { "description": "Page number for pagination.", "type": "number" }, "search": { "description": "The full-text search query.", "type": "string" }, "sort": { "description": "Sort order.", "enum": [ "title", "-title", "date", "-date" ], "type": "string" } }, "required": [ "search" ], "type": "object" }

Other Tools from Online Kommentar 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/onlinekommentar-mcp'

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