Mailtrap Email Sending
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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| send-emailB | Send an email to your recipient email address using Mailtrap Email API. You can send emails to multiple recipients at once. |
| create-templateB | Create a new email template |
| list-templatesB | List all email templates |
| update-templateB | Update an existing email template |
| delete-templateA | Delete an existing email template |
| send-sandbox-emailA | Send an email in sandbox mode to a test inbox without delivering to your recipients |
| get-sandbox-messagesC | Get list of messages from the sandbox test inbox |
| show-sandbox-email-messageB | 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 | |
TDQS
Scored across 8 tools
Every tool has a clearly distinct purpose with no ambiguity. Template management tools (create, delete, list, update) are separate from sandbox operations (get messages, send sandbox email, show message) and production email sending, making misselection unlikely.
Mostly consistent with a verb-noun pattern using kebab-case, but there is a minor deviation: 'get-sandbox-messages' and 'show-sandbox-email-message' both retrieve sandbox data with different verbs ('get' vs 'show'), slightly breaking the pattern.
Well-scoped with 8 tools, each earning its place. This covers core email sending workflows (production and sandbox) and template management (CRUD operations), fitting the server's purpose without being overwhelming.
Complete coverage for the email sending domain with no obvious gaps. It includes full CRUD for templates, sandbox testing (send, list, view), and production email sending, allowing agents to handle all typical email workflows without dead ends.