Skip to main content
Glama
shipmail-to

shipmail-mcp

Compose Message With File

shipmail_compose_message_with_file
Read-only

Compose an email with a file attachment, then review and send or schedule it via a card action.

Instructions

Open a review card for a conversation or library file when the host supports MCP Apps file handoff and widget tool calls. The message is sent or scheduled only after the user presses the card action. For a local filesystem path, use shipmail_prepare_staged_attachment_upload instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ccNo
toYes
bccNo
fileYes
htmlNo
textNo
headersNo
subjectYes
metadataNo
reply_toNo
mailbox_idYesMailbox ID to send from.
referencesNo
in_reply_toNo
scheduled_atNo
client_referenceNo
source_rfc_message_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
readyYes
filenameYes
scheduledYes
Behavior4/5

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

The description discloses that the message is only sent or scheduled after user action, aligning with readOnlyHint=true. It adds context about the review card workflow, but could mention more about the async nature.

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?

Two short sentences with no filler. The first sentence captures the core action and prerequisites, the second gives an alternative. Every part serves a purpose.

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 behavioral workflow and alternative tool, but lacks parameter details for a complex 16-param tool with nested objects. Output schema exists but is not referenced. Adequate but not fully complete.

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 6% schema coverage, the description provides no additional meaning for the 16 parameters beyond mentioning file. The many email fields (cc, bcc, html, etc.) are left unexplained, which is insufficient for correct tool invocation.

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 opens a review card for a conversation or library file using MCP Apps file handoff. It distinguishes from the sibling tool shipmail_prepare_staged_attachment_upload by specifying when to use each.

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

Usage Guidelines5/5

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

The description explicitly states when to use this tool (for host-supported MCP Apps file handoff) and when not (for local filesystem paths, use the mentioned sibling). This provides clear guidance to the agent.

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

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