Skip to main content
Glama
jcoulaud

shipmail-mcp

Reply To Thread

shipmail_reply_to_thread
Idempotent

Reply to an existing thread after user approval. Send email replies to thread participants with specified recipients and content.

Instructions

Reply to a thread. Use only after the user approves the exact recipients and content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThread ID to reply to.
toNo
ccNo
htmlNo
textNo
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 declare idempotentHint=true and destructiveHint=false, so the description adds little beyond that. It does not mention side effects like whether the reply is sent immediately or queued, nor any permissions needed.

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 sentences, both essential: first states purpose, second provides critical usage constraint. No wasted words, front-loaded with key information.

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?

With an output schema present but unseen, the description fails to indicate what the reply returns (e.g., success message, updated thread). Low schema coverage and missing param details leave significant gaps for a mutation tool.

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 at 29%, but the tool description adds no information about parameters beyond what exists in the schema. Parameters like 'to', 'cc', 'html' have no descriptions in schema, and the description does not clarify them.

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

Purpose4/5

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

The description clearly states 'Reply to a thread' which identifies the verb and resource. It distinguishes from siblings like 'send_message' (new thread) and 'reply_to_message' (reply to specific message) but could be more explicit about the difference.

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 includes 'Use only after the user approves the exact recipients and content' which explicitly tells the agent when to invoke this tool. It implies not to use without approval, but does not list when-not-to-use or alternative 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