Skip to main content
Glama
Sealjay

mcp-hey

hey_reply

Reply to an email thread while preserving threading. Automatically excludes your address; optionally redirect to specific recipients.

Instructions

Reply to an email thread. By default the reply goes to the other thread participants (your own address is automatically excluded). Prefer this over hey_send_email any time you're responding to an existing thread — it preserves threading on both ends. Pass to to redirect the reply to specific recipients: useful for chasing your own threads (where the default would loop back to you), for redirecting away from a mailing-list address onto a specific person, or for any case where you want the response to land somewhere other than the default participants. Use hey_send_email only for genuinely new conversations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
thread_idYesThe thread/topic ID to reply to
bodyYesReply body content (HTML supported)
toNoOptional override of the To: line. Replaces the auto-detected participants. Use to: (a) chase your own thread without looping back to yourself, (b) redirect a mailing-list reply to a specific person, or (c) generally target the reply at recipients other than the thread defaults.
ccNoOptional CC override. Only honoured when `to` is also provided.
Behavior4/5

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

Annotations declare this as a write operation (readOnlyHint=false) and not destructive, idempotent, or closed world. The description adds context about default behavior (excluding own address, preserving threading) and the effect of the 'to' parameter. This goes beyond annotations without contradicting them.

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?

The description is a single paragraph but well-structured, covering purpose, default behavior, when to use, and parameter guidance. It is concise without unnecessary fluff, though slightly long.

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?

For a reply action without output schema, the description covers essential aspects: default recipients, threading preservation, and parameter use. It provides enough context for an agent to use the tool correctly.

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 coverage is 100%, so baseline is 3. The description adds meaningful context to the 'to' parameter with concrete use cases, and explains default participant behavior, enhancing the schema descriptions.

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 starts with 'Reply to an email thread.' which clearly states the verb and resource. It distinguishes this tool from sibling 'hey_send_email' by explicitly stating when to prefer it ('Prefer this over hey_send_email any time you're responding to an existing thread').

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?

The description provides explicit guidance on when to use this tool vs. 'hey_send_email'. It also gives specific scenarios for when to use the optional 'to' parameter, such as chasing own threads or redirecting away from a mailing-list address.

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/Sealjay/mcp-hey'

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