Skip to main content
Glama
chandshy
by chandshy

Reply to Email

reply_to_email

Send a reply to an existing email. Automatically pre-fills To, subject with Re:, and thread references. Use replyAll to include original CC recipients.

Instructions

Send a reply to an existing email. Fetches the original to pre-fill To, Re:-prefixed subject, and thread references. Use replyAll to include original CC recipients.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesReply body (plain text or HTML)
folderNoFolder the original message lives in. Providing this avoids UID collisions across folders.
isHtmlNo
emailIdYesUID of the email to reply to
replyAllNoInclude all original CC recipients
account_idNoOptional account ID to route this call to (multi-account configs). Omit to use the active account. Configured account IDs are listed in the settings UI (Accounts tab).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
reasonNo
successYes
messageIdNo
Behavior3/5

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

Annotations indicate no destructive behavior (destructiveHint=false), and the description adds context about pre-filling fields. However, it does not disclose potential side effects like marking the original email as replied or any permissions needed. With annotations covering basic safety, the description adds moderate value.

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 that front-load the purpose and immediately provide actionable guidance on replyAll. Every sentence serves a clear purpose with no waste.

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

Completeness4/5

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

With an output schema present, the description need not explain return values. It covers the core action and the primary variation (replyAll). It lacks details on error handling, prerequisites (e.g., email must exist), or behavior of isHtml, but these are minor gaps for a mutation tool with 6 parameters.

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

Parameters3/5

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

Schema coverage is 83%, so the schema already documents most parameters well. The description only adds meaning for the 'replyAll' parameter by explaining its usage. Other parameters like 'folder' and 'account_id' are not elaborated, but baseline 3 is appropriate given high schema coverage.

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 a reply to an existing email, specifies that it fetches the original to pre-fill fields, and distinguishes between reply and replyAll. This differentiates it from siblings 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 Guidelines4/5

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

The description provides explicit guidance on using replyAll for including original CC recipients, implying the default is to reply only to the sender. It lacks explicit when-not-to-use scenarios or alternatives like 'forward_email', but the context is clear enough.

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/chandshy/mailpouch'

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