Skip to main content
Glama
Metaverse-Cloud

EngageLab Agent Email MCP Server

Official

send_email

Send a new email from an EngageLab mailbox with text or HTML body, attachments, and optional sandbox mode for testing without real delivery.

Instructions

Send a new email from one of your EngageLab mailboxes. Provide either text or html body. Recipients are arrays of email addresses. Use sandbox=true for testing without real delivery.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ccNoCC addresses
toYesRecipient email addresses
bccNoBCC addresses
fromNoSender email address
htmlNoHTML body
textNoPlain text body
replyToNoReply-To addresses
sandboxNoSend in sandbox mode without real delivery
subjectNoEmail subject
mailboxIdYesMailbox ID to send from (see list_mailboxes)
attachmentsNoUp to 10 attachments, 10MB total
previewTextNoPreheader / preview text
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It reveals a key behavior: sandbox mode avoids real delivery. However, it does not state that non-sandbox sends are real, irreversible external actions, nor does it mention response behavior, error cases, or required authentication. It adds some useful context but leaves important side effects unstated.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences with no filler. The core action is front-loaded, followed by body type guidance, recipient format, and sandbox usage. Every sentence earns its place and directly aids invocation.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the main usage patterns but leaves gaps: it does not say what happens if both text and html are provided, whether at least one body is required (schema only requires mailboxId and to), or what the function returns. It also does not mention that non-sandbox sends are real and irreversible, which is particularly important for a 12-parameter sending tool without an output schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3. The description adds meaning beyond the schema by clarifying that text and html are alternatives ('either'), that recipients are arrays, and that sandbox=true disables real delivery. This helps an agent choose and fill parameters correctly, exceeding the baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and resource: 'Send a new email from one of your EngageLab mailboxes.' The word 'new' explicitly distinguishes this from the sibling reply_email, and 'from one of your EngageLab mailboxes' ties it to list_mailboxes. This makes the tool's purpose unmistakable.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives useful operational guidance like 'Provide either text or html body' and 'Use sandbox=true for testing without real delivery,' but it does not explicitly state when to use this tool versus the sibling reply_email or when not to use it. The usage context is implied through 'new email,' but no exclusions or alternatives are named.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Metaverse-Cloud/engagelab-email-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server