Skip to main content
Glama
goodfel10w

welcome-text-generator

by goodfel10w

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a distinct purpose: extracting data, generating welcome text, and listing extracted data. No overlapping functionality.

Naming Consistency5/5

All tools use a consistent verb_noun pattern in snake_case, making them predictable and easy to understand.

Tool Count5/5

Three tools is an appropriate number for a focused server, covering extraction, generation, and listing without unnecessary bloat.

Completeness4/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues