welcome-text-generator
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| extract_from_textC | Extrahiert strukturierte Daten aus freigegebenem Text |
| list_extracted_dataA | Listet alle bisher extrahierten und gespeicherten Mitarbeiterdaten auf |
| generate_modular_welcome_textC | Generiert einen strukturierten Willkommenstext nach dem Modul-Template-System |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a distinct purpose: extracting data, generating welcome text, and listing extracted data. No overlapping functionality.
All tools use a consistent verb_noun pattern in snake_case, making them predictable and easy to understand.
Three tools is an appropriate number for a focused server, covering extraction, generation, and listing without unnecessary bloat.
The core workflow of extracting data and generating welcome texts is covered. However, lacking update or delete operations for extracted data is a minor gap.