Skip to main content
Glama
jcoulaud

shipmail-mcp

Send Message

shipmail_send_message
Idempotent

Send an email from a specified mailbox ID to recipients with subject, content, and optional attachments. Requires user approval of recipients and content before sending.

Instructions

Send an email from a mailbox ID. Use only after the user has explicitly asked to send or approved the exact recipients and content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mailbox_idYesMailbox ID to send from. Prefer this over email address lookup.
toYes
ccNo
bccNo
reply_toNo
subjectYes
htmlNo
textNo
in_reply_toNo
referencesNo
attachmentsNo
scheduled_atNo
idempotency_keyNoOptional idempotency key. If omitted, the MCP server generates one for POST tools.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageYes
Behavior3/5

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

Annotations already indicate this is a write operation (readOnlyHint=false), non-destructive, and idempotent. The description adds the user-approval constraint but does not disclose further behavioral traits like rate limits, delivery confirmation, or error handling. No contradiction with annotations.

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 concise: two sentences, no redundancy. First sentence states purpose, second gives usage guideline. Every word is useful.

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?

For a complex tool with 13 parameters and low schema coverage, the description is minimal. It covers the core action and approval context but lacks guidance on parameter choices (e.g., when to use html vs text, how attachments work). The presence of an output schema offsets the lack of return-value description.

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

Parameters2/5

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

With only 15% schema description coverage, the description should compensate but fails to explain any parameters. It provides no guidance on required fields (mailbox_id, to, subject) or optional ones (html, text, attachments). The schema has some descriptions but the tool description adds none.

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 clearly states the tool sends an email from a mailbox ID. It uses a specific verb ('send') and resource ('email'), and distinguishes from sibling reply tools by focusing on composing new messages rather than replying to existing threads.

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

Usage Guidelines4/5

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

The description explicitly advises using the tool only after user confirmation: 'Use only after the user has explicitly asked to send or approved the exact recipients and content.' This provides clear context, though it does not explicitly name alternatives like reply tools.

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/jcoulaud/shipmail-mcp'

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