Skip to main content
Glama
WeeCi

Mektup-mcp

send_email

Send a real email message from a verified domain or provisioned mailbox, with HTML or plain-text body, attachments, reply-to, and optional draft cleanup after successful delivery.

Instructions

Send a real email. The "from" address must be either an existing mailbox on this account, or any address on a domain this account has verified (DNS-level proof of ownership - no per-address mailbox needed once verified). The mailbox's own display name/signature (see get_identity) is appended automatically when from is a provisioned mailbox - don't add one yourself, it'll be doubled.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesRecipient address
fromYesSender address, e.g. hello@example.com - must be a mailbox on this account, or any address on a verified domain on this account
htmlNoHTML body - text or html required
textNoPlain-text body - text or html required
draftIdNoIf sending from a draft (see create_draft), pass its id to delete the draft on successful send
replyToNoSets the Reply-To header, e.g. a lead or applicant's own address, so a reply from a shared inbox goes to them instead of the sending mailbox
subjectYes
attachmentsNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.2.5

TDQS

A4.2/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses the side effect (sending a real email), the from-address validation rules (existing mailbox or verified domain), and the automatic signature appending with a warning not to duplicate it. This is substantial, though it does not mention rates, limits, errors, or return behavior.

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 dense sentences with no wasted words. The core purpose is front-loaded, followed by the most important operational constraint and then a critical behavioral warning. Every sentence contributes.

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

Completeness4/5

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

For a tool with 8 parameters and no annotations or output schema, the description covers the non-obvious traps that would otherwise cause incorrect calls. However, it does not describe success/failure return values or what happens immediately after sending, and it relies on the schema for most parameter details, so it falls just short of fully complete.

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 75%, so the baseline is 3. The description adds meaning beyond the schema by explaining DNS-level domain verification and the signature duplication gotcha for the from parameter. Other parameters are left to the schema, which already documents most of them, so the added value earns a 4.

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 'Send a real email,' which clearly identifies the action and resource. The phrase 'real email' distinguishes it from draft-related sibling tools, and the rest of the description reinforces that it performs an actual send with side effects.

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?

Usage is implied by the tool name and the verb 'Send,' and the description gives essential constraints for the from address. However, it never explicitly contrasts this tool with create_draft or other siblings, and it does not state when not to use it, so an agent must infer the selection context.

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

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/WeeCi/mektup-mcp'

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