Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_URL | No | API endpoint URL | |
| SMTP_HOST | No | SMTP server host | |
| SMTP_PASS | No | SMTP password | |
| SMTP_PORT | No | SMTP server port | |
| SMTP_USER | No | SMTP username | |
| API_METHOD | No | HTTP method for API requests (POST, PUT, PATCH) | |
| NTFY_TOPIC | No | Notification topic for ntfy app | |
| API_HEADERS | No | API headers in JSON string | |
| SMTP_SECURE | No | Use secure connection for SMTP (true/false) |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| notify | Send notifications and messages through multiple channels (desktop, email, API). Use this tool to notify users about any important information, progress updates, task completions, alerts, or any other communication needs. |