Skip to main content
Glama

reply_to_thread

Reply to an existing Gmail thread with an HTML body. Specify the thread and recipient; optionally include specific message ID, CC, or BCC.

Instructions

Reply to an existing email thread. Sent from the current user's connected Gmail address (the JWT owner). For single-message threads, threadId works as messageId. For multi-message threads, pass the specific messageId you're replying to — get_thread returns it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ccNoCC recipient email address
toYesRecipient email address (use get_thread's replyTo.to or sender field)
bccNoBCC recipient email address
bodyYesHTML body of the reply
boardIdYesThe board ID the thread belongs to
threadIdYesThe thread ID to reply to
messageIdNoSpecific message ID to reply to. Defaults to threadId, which is correct for threads with a single message.
Behavior3/5

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

No annotations exist, so the description carries full burden. It discloses the sending source and messageId behavior but doesn't detail side effects, rate limits, or error conditions for a mutation operation.

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?

Two efficient sentences with no wasted words. The main purpose is front-loaded, and critical usage nuance is provided without verbosity.

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

Completeness3/5

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

Covers core behavior but leaves gaps: no return value description, no error handling, and no mention of synchronous vs asynchronous execution. Adequate for a straightforward reply tool but not fully comprehensive.

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%, baseline 3. The description adds meaningful guidance for 'to' (suggesting get_thread fields) and 'messageId' (default behavior), going beyond the schema's basic 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 clearly states the verb (reply) and resource (existing email thread), and specifies the constraint of using the current user's connected Gmail address, effectively distinguishing it from sibling tools like send_new_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?

Provides clear guidance on when to use threadId vs messageId and references get_thread for retrieving the specific messageId. However, it lacks explicit when-not-to-use or alternative tool recommendations.

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/nick-timms/drag-mcp-server'

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