Skip to main content
Glama
blueqwertz

linda-mcp

by blueqwertz

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LINDA_COOKIENoOptional cookie for premium content authentication, e.g., 'DbSessionVWINASP02=...; bis_logonguid=...'

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
linda_searchA

Durchsucht die Linde Datenbank (linda.lindeverlag.at) nach Dokumenten. Liefert Trefferliste mit Titel, Beschreibung, Vorschau, Datum und Link. Pagination über skip (0, 20, 40, ...).

linda_autocompleteA

Liefert Autocomplete-Vorschläge für die Linda-Suche. Hilfreich um die exakte Schreibweise eines Begriffs vor der Volltextsuche zu prüfen.

linda_get_documentA

Ruft ein Dokument anhand seiner ID ab: Titel, Autor, Literatur-Quelle, Verweise auf Rechtsnormen, Literaturverzeichnis und Volltext. ID = numerische Dokument-ID (z.B. '18729') oder URL.

linda_get_issueA

Liefert das Inhaltsverzeichnis einer Zeitschrift-Ausgabe (Magazin) gruppiert nach Sektionen (z.B. 'Editorial', 'Fachbeiträge'). ID = Ausgabe-ID (z.B. 'WWK77SH6EQ').

linda_get_see_alsoA

Liefert verwandte Inhalte zu einem Dokument: passende Rechtsnormen, Literaturhinweise und Judikatur-Verweise.

linda_list_kommentareA

Listet die verfügbaren Kommentare in der Linde Datenbank auf. Mit place='All' werden alle 141 Kommentare geladen, mit 'My' nur die eigenen (~113).

linda_auth_statusA

Prüft ob linda.lindeverlag.at erreichbar ist und ob Cookies gesetzt sind. Linda nutzt IP-basierten Zugriff (z.B. WU-Netz) — kein Login nötig. Optional: manuell Cookies via linda_set_cookie setzen.

linda_set_cookieA

Setzt Session-Cookies direkt. Umgeht automatische Auth-Flows. Format: 'name1=wert1; name2=wert2; ...' (aus Browser DevTools). Anschließend linda_auth_status aufrufen.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 8 tools

Disambiguation5/5

Each tool has a clear, distinct purpose: authentication check, autocomplete, document retrieval, issue table of contents, related content, commentary listing, search, and cookie setting. No two tools overlap in functionality.

Naming Consistency5/5

All tools follow a consistent pattern: 'linda_' prefix + verb_noun (e.g., get_document, list_kommentare, set_cookie). Naming is uniform, descriptive, and uses snake_case throughout.

Tool Count5/5

With 8 tools, the server is well-scoped for a legal database retrieval system. It covers essential operations without being too sparse or bloated.

Completeness4/5

The tool set covers key workflows: authentication, search, document retrieval, issue browsing, related content, and commentary lists. A minor gap is the absence of a dedicated tool to fetch a single commentary item, but the surface is largely complete for typical usage.

Maintenance

ActivityInactive
ResponsivenessNo issues