Skip to main content
Glama
mailtrap

Mailtrap Email Sending

by mailtrap

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEFAULT_FROM_EMAILYesDefault sender email address to use when not specified in the request
MAILTRAP_API_TOKENYesYour 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

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 8 tools

Disambiguation5/5

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.

Naming Consistency4/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Maintenance

ActivityActive
ResponsivenessUnresponsive