Skip to main content
Glama
3lehr
by 3lehr

einrichtung_starten

Configure the knowledge store by running initial setup: choose profile, language, and reference catalogs. The assistant inspects state, asks guiding questions, and changes existing data only when confirmed.

Instructions

Erststart-Assistent (BDW-P11). Ohne Argumente aufgerufen liefert er nur die LAGE und vier Fragen -- Profil (einzelplatz/unternehmen), Sprache des eigenen Materials, Erreichbarkeit des Einbettungsdienstes und welche Kataloge mitsollen -- und aendert nichts. Gegen einen LEEREN Bestand darf er mit Antworten sofort durchlaufen; auf einem GEWACHSENEN oder bereits eingerichteten Bestand aendert er ohne confirmed=true NICHTS und sagt das. Kataloge werden als Gattung 'nachschlagewerk' eingelesen und verduennen die eigene Trefferquote deshalb nicht.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actorNoCalling agent identity; else BEGOD_KNOWLEDGE_ACTOR or unknown
modelNoCalling model; else BEGOD_KNOWLEDGE_MODEL or unknown
tenantNonur fuer profile=unternehmen: der benannte Mandant, auf den der Bestand wandert
profileNoBetriebsprofil; einzelplatz ist der Auslieferungszustand
sessionNoStable session ID; else BEGOD_KNOWLEDGE_SESSION or unknown
catalogsNoNamen der einzulesenden Nachschlagewerke, z.B. ['bsi', 'wcag']
languageNoSprache des eigenen Materials -- wird ausgezeichnet, nie uebersetzt
confirmedNotrue = Einrichtung auch ueber einen bestehenden Bestand fahren (ueberschreibt Profil und Sprache)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden and handles it well: it promises no mutation on argument-less calls, spells out the confirmed=true requirement on non-empty inventories, and explains that catalogs are imported as 'nachschlagewerk' without diluting hit rates. Minor gaps remain around exact write behavior when setup does run and around error reporting.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense and mostly front-loaded, with no wasted sentences: the safety-critical no-argument behavior comes first, followed by the confirmed=true guard and catalog semantics. The first sentence is long and dash-heavy, which slightly reduces readability, but every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with no annotations and no output schema, the description provides substantial context: safe invocation mode, state-dependent behavior, the confirmed=true prerequisite, and catalog handling. It does not specify the exact return format or error behavior, but it is sufficient for an agent to decide whether and how to call it.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3; the description goes beyond the schema by grouping parameters into the four wizard questions and by adding the non-obvious behavioral effect of catalogs on retrieval quality. It also maps 'language' to 'Sprache des eigenen Materials' and 'profile' to the einzelplatz/unternehmen choice.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool as a first-start assistant (BDW-P11) and explains its core behavior: without arguments it delivers only the current situation and four questions, and changes nothing. It does not explicitly distinguish itself from sibling tools, so it misses the highest bar for differentiation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives concrete usage conditions: no arguments yields a read-only prompt; on an empty inventory answers may run immediately; on a grown or already configured inventory nothing changes unless confirmed=true. This is clear context, though it does not explicitly name alternative tools or state when to prefer another sibling.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

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/3lehr/brainlehr'

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