Skip to main content
Glama

reply_email

Reply to a Gmail email.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYes
bodyYes
subjectNo
threadIdNo
messageIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.3/5.0
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavior. It only states 'Reply to a Gmail email' with no mention of whether it sends immediately, requires authentication, handles attachments, or affects the original thread. This is a mutation action with no warning or additional context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single short sentence, which is front-loaded and easy to parse, but it is under-specified for a tool with five parameters and potential side effects. This is underspecification, not conciseness.

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

Completeness1/5

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

With 0% schema coverage, no annotations, no output schema, and five parameters, the description is severely incomplete. It provides no information about required parameters, behavior, return value, or error conditions, making it insufficient for an agent to invoke correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description adds no meaning beyond the parameter names themselves. It does not clarify the distinction between messageId and threadId, the role of subject, or whether 'to' is required for everyone in the thread.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Reply') and resource ('a Gmail email'), clearly indicating this tool responds to an existing email. It differentiates from siblings like send_email (new email) and forward_email (forwarding), though it does not mention reply-all or thread specifics.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives such as send_email, forward_email, or reply_outlook. The context of responding to an existing Gmail thread is implied but not explicitly stated.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources