Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEFAULT_FROM_EMAIL | Yes | Default sender email address to use when not specified in the request | |
| MAILTRAP_API_TOKEN | Yes | Your Mailtrap API token for authentication |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| send-email | Send an email to your recipient email address using Mailtrap Email API. You can send emails to multiple recipients at once. |
| create-template | Create a new email template |
| list-templates | List all email templates |
| update-template | Update an existing email template |
| delete-template | Delete an existing email template |
| send-sandbox-email | Send an email in sandbox mode to a test inbox without delivering to your recipients |
| get-sandbox-messages | Get list of messages from the sandbox test inbox |
| show-sandbox-email-message | Show sandbox email message details and content from the sandbox test inbox |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |