Skip to main content
Glama
CommonNinja

@sendraven/mcp

Official
by CommonNinja

reply_to_message

Reply to an existing email and preserve the original conversation thread, ensuring the recipient's mail client displays your response as part of the same exchange.

Instructions

Reply to a message, keeping it on the same conversation. Sets the threading headers so the recipient's mail client shows it as part of the existing exchange rather than a new one. Prefer this over send_email whenever you are answering something.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYes
fromYesSender address on a verified domain
htmlNo
textNo
subjectYes
reply_to_message_idYesId of the message being replied to
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

Without annotations, the description carries the behavioral transparency burden, and it does add meaningful detail: it sets threading headers so the recipient's client groups the response with the existing exchange. It does not cover side effects, permissions, or failure modes, but the core behavior is clearly disclosed.

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 three tight sentences: the action, the behavioral mechanism, and the routing guidance. Every sentence earns its place, with the core purpose front-loaded.

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?

The description fully covers selection and the key threading behavior, which is the tool's differentiator. However, with no output schema and no annotation safety profile, it omits practical invocation details like response format, error behavior, and how to handle content/recipient fields.

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 description coverage is only 33%, yet the description provides almost no parameter-level guidance. It alludes to the message being replied to but does not clarify how to populate to, subject, html, or text, so the description does not compensate for the schema's gaps.

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 a specific action ('Reply to a message, keeping it on the same conversation') and explains the mechanism that distinguishes it from a new email. It also explicitly positions the tool relative to send_email, making its purpose unambiguous.

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?

It explicitly says to prefer this tool over send_email whenever answering something, providing a clear decision rule. This directly addresses when to use this tool versus the most likely sibling alternative.

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/CommonNinja/sendraven-mcp-server'

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