Skip to main content
Glama
rosauceda

cpanel-mail-mcp

by rosauceda

reply_email

DestructiveIdempotent

Reply to a message while preserving threading and adding 'Re:' to subject. Optionally include original recipients with reply all.

Instructions

Reply to a message. Preserves Message-ID linking + Subject Re: prefix.

reply_all=true includes the original To and Cc in the reply.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uidYesUID of the message to reply to.
htmlNo
textNo
folderNoINBOX
accountNo
confirmNo
reply_allNoInclude original To/Cc in the reply.
attachmentsNo
save_to_sentNo
idempotency_keyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
accountYes
message_idNo
recipientsYes
saved_to_sentNo
idempotent_replayNoTrue when this response was replayed from an earlier identical call within the idempotency window.
Behavior4/5

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

The description adds behavioral context beyond annotations: it reveals email threading preservation (Message-ID, Subject prefix). Annotations already mark destructiveHint=true, so no contradiction.

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 extremely concise: two sentences plus a single note. Every sentence adds value, and the key information is front-loaded.

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?

Given 10 parameters and 20% coverage, the description is incomplete. It covers the core purpose and one parameter but lacks details on others. The presence of an output schema partially mitigates this.

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 schema description coverage at 20%, the description only adds meaning for reply_all. It does not describe other key parameters like html, text, attachments, etc., leaving agents without needed context.

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 'Reply to a message' and details threading behavior (Message-ID, Subject Re: prefix). This distinguishes it from sibling tools like send_email and forward_email.

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?

The description explains the reply_all parameter's effect but does not provide when-to-use vs alternatives (e.g., forward, send new), nor when not to use the tool.

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/rosauceda/cpanel-mail-mcp'

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