Skip to main content
Glama
yu2001-s
by yu2001-s

reply-to-message

Reply to an existing email by its ID, preserving threading headers. Optionally reply to all recipients or save as draft instead of sending.

Instructions

Use when: replying to an existing message by id, preserving its threading headers. Set replyAll for all recipients; set send=false to save as a draft instead of sending. Returns: a confirmation that the reply was sent or saved as a draft. Do not use when: composing a brand-new message (use send-email / create-draft) or forwarding to new recipients (use forward-message). Safety: with the default send=true this SENDS real email immediately and cannot be unsent — require explicit user confirmation of the recipients and body, or pass send=false to let the user review.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
bodyYes
sendNoSend immediately (false = save as draft)
replyAllNoReply to all recipients

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
okNo
sentNo
Behavior5/5

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

With no annotations provided, the description fully discloses critical behavior: sending sends real email immediately and cannot be unsent, requiring explicit user confirmation. It also mentions the draft-saving option and threading preservation.

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 concise (6 sentences) and well-structured with clear sections: action, usage, parameters, returns, exclusions, safety. Every sentence adds value.

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

Completeness5/5

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

Given the complexity of email actions and many sibling tools, the description is complete: it covers purpose, when to use, when not to use, parameter roles, safety, and return value. No gaps.

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

Parameters4/5

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

Schema descriptions cover 50% of parameters (send, replyAll have descriptions). The description adds meaning for id and body by context (replying to an existing message) and clarifies the effect of send and replyAll beyond their boolean labels.

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's purpose: 'replying to an existing message by id, preserving its threading headers.' It specifies key options (replyAll, send) and distinguishes from sibling tools like send-email, create-draft, and forward-message.

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?

Explicit 'Use when' and 'Do not use when' sections provide clear usage boundaries, including naming alternative tools for other scenarios (send-email, create-draft, forward-message).

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/yu2001-s/apple-mail'

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