human-delegation
by Tomer-Barak
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SMTP_FROM | No | From address for email delivery (optional) | |
| SMTP_HOST | No | SMTP host for email delivery (optional) | |
| SMTP_PASS | No | SMTP authentication password (optional) | |
| SMTP_PORT | No | SMTP port for email delivery (optional) | |
| SMTP_USER | No | SMTP authentication username (optional) | |
| ADMIN_TOKEN | Yes | Token for admin console access, generated with openssl rand -hex 32 | |
| TOKEN_SECRET | Yes | Secret for token signing, generated with openssl rand -hex 32 | |
| ENCRYPTION_KEY | Yes | Encryption key for AES-256-GCM, generated with openssl rand -base64 32 | |
| TELEGRAM_BOT_TOKEN | No | Telegram bot token (optional) | |
| TELEGRAM_WEBHOOK_SECRET | No | Telegram webhook secret (optional) |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |