Skip to main content
Glama
shipmail-to

shipmail-mcp

Reply To Message

shipmail_reply_to_message
DestructiveIdempotent

Reply to a stored message by providing its ID and recipient list. User must approve recipients and content before sending.

Instructions

Reply to a stored ShipMail message whose ID starts with msg_. For JMAP inbox IDs, use shipmail_reply_to_inbox_message. Use only after the user approves the exact recipients and content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ccNo
idYesMessage ID to reply to.
toYes
htmlNo
textNo
headersNo
metadataNo
scheduled_atNo
idempotency_keyNoOptional idempotency key. If omitted, the MCP server generates one for POST tools.
sandbox_outcomeNo
client_referenceNo
source_rfc_message_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageYes
Behavior3/5

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

Annotations already indicate destructiveHint=true, so the description does not need to repeat that. It adds context about the ID format and the need for user approval, but does not detail other behavioral aspects like side effects or authentication requirements.

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

Conciseness4/5

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

Two concise sentences that front-load the purpose and distinction. The usage guideline is placed at the end. Every sentence earns its place, though the structure could be slightly improved by separating the condition more explicitly.

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

Completeness2/5

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

Given the high parameter count (12) and nested objects, the description is too brief. It does not cover the breadth of the tool or explain the schema parameters. The presence of an output schema reduces the need for return value details, but the overall context remains incomplete.

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?

Schema description coverage is low (17%). The description only adds a note about the 'id' parameter format (starts with 'msg_'). For the other 10 parameters, including complex objects like 'to' and 'cc', no additional meaning is provided beyond the schema.

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 replies to a stored ShipMail message identified by ID starting with 'msg_'. It also distinguishes a sibling tool for JMAP inbox IDs, making the 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 Guidelines4/5

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

The description specifies that the tool should be used only after user approval of recipients and content, providing a clear condition. It also names the alternative for JMAP inbox messages. However, it does not explicitly list when not to use it beyond the distinction.

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