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) |
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 | |
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/Tomer-Barak/human-delegation'
If you have feedback or need assistance with the MCP directory API, please join our Discord server