Skip to main content
Glama
kharonx
by kharonx

reply-all-mail

reply-all-mail

Send a reply-all response to an existing email thread using the signed-in account, after explicit user approval.

Instructions

Reply-all to a message as the signed-in user. Requires confirm=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commentYesReply body text
confirmYesSafety gate: must be explicitly true to execute this WRITE operation. Ask the user for approval before setting it.
messageIdYesValue for messageId
Install Server

TDQS

A4/5.0
Behavior3/5

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

Annotations already indicate a non-read-only operation, and the description adds the confirm=true safety gate plus the signed-in user context. However, it does not mention the external side effect of sending an email or the irreversibility of that action, leaving some behavioral disclosure to the confirm parameter description rather than the tool description itself.

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 two short sentences with no filler. The action, actor, and confirming requirement are all front-loaded, making it easy for an agent to parse quickly.

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 low-complexity write tool with three fully documented parameters, the description plus schema adequately cover the action, identity, safety gate, and required inputs. No output schema exists, so a return-value explanation is not strictly necessary; the only slight gap is that explicit user-approval behavior is documented in the schema rather than the description.

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?

The input schema covers all three parameters at 100%, including the comment body and confirm safety gate. The description does not add extra meaning to the parameters beyond what the schema already provides, so the baseline score of 3 is appropriate.

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 uses a specific verb and resource: 'Reply-all to a message as the signed-in user.' It clearly distinguishes this from sibling tools like reply-mail (single reply) and reply-all-shared-mailbox-mail (shared mailbox) by specifying the signed-in user context and reply-all scope.

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?

Clear context is provided: the tool operates on the signed-in user's mailbox and requires confirm=true. It does not explicitly name alternatives or state when not to use it, but the identity and reply-all wording strongly imply the selection among the mail-reply sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/kharonx/mcp_gateway'

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