Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GETMAILER_API_KEY | Yes | Your GetMailer API key | |
| GETMAILER_API_URL | No | Custom API URL | https://getmailer.app |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| send_email | Send a transactional email via GetMailer |
| list_emails | List sent emails with status information |
| get_email | Get details of a specific email including delivery events |
| list_templates | List available email templates |
| create_template | Create a new email template |
| list_domains | List verified sending domains |
| add_domain | Add a new sending domain (returns DNS records to configure) |
| verify_domain | Check if a domain has been verified |
| get_analytics | Get email analytics and statistics |
| list_suppression | List suppressed email addresses (bounced, complained, or manually added) |
| add_to_suppression | Add email addresses to the suppression list |
| create_batch | Create a batch email job to send to multiple recipients |
| list_batches | List batch email jobs |
| get_batch | Get batch job status and progress |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |