Skip to main content
Glama
eitan3

Gmail + Calendar MCP Server

by eitan3

reply_to_message

Reply to an email thread, optionally including all recipients, CC, or attachments.

Instructions

Reply to a message, keeping it in the same thread.

reply_all=True also copies the original To/Cc recipients (minus yourself).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
message_idYes
body_textNo
body_htmlNo
reply_allNo
ccNo
attachmentsNo
accountNo
passwordNo
Behavior2/5

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

No annotations are provided, so the description must carry the full burden. It discloses the reply_all behavior but does not mention authentication requirements (account/password), whether the reply is sent immediately, or any side effects. For a mutation tool, this is insufficiently transparent.

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 sentences, front-loaded with the core purpose in the first sentence. The second sentence adds specific guidance on reply_all. No wasted words.

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

Completeness2/5

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

Given 8 parameters, no output schema, and no annotations, the description is incomplete. It does not address how body_text and body_html interact, the format of attachments, or the purpose of account and password fields. This leaves significant gaps for an AI agent.

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?

Schema coverage is 0%, meaning the description does not elaborate on most parameters. It only explains reply_all. While message_id is self-explanatory, parameters like account, password, body_text vs body_html, and attachments are not described, leaving ambiguity.

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, keeping it in the same thread,' which is a specific verb and resource. It distinguishes from sibling tools like forward_message (which creates new threads) and send_email (new messages).

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 implies usage context by noting 'keeping it in the same thread,' which suggests when not to use (e.g., for creating new threads). However, it does not explicitly state when to use vs. alternatives like forward_message or send_draft, nor does it provide clear exclusions.

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/eitan3/Gmail_MCP'

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