Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |
|---|---|
| send_smtp_email | Send an email using SMTP |
| get_lists | Get all available mailing lists |
| get_single_list | Get a single mailing list details: total count, status, etc |
| get_subscribers | Get subscribers of a mailing list |
| get_subscriber_by_email | Get subscriber by email |
| add_subscriber | Add subscriber to a mailing list |
| unsubscribe_subscriber | Unsubscribe subscriber from a mailing list |
| send_transactional_email | Send an email using transactional email service |