Skip to main content
Glama
mcp-z

@mcp-z/mcp-gmail

by mcp-z

message-respond

Reply to any Gmail message by providing its message ID and reply content. Supports plain text or HTML to send responses directly.

Instructions

Send a reply to a Gmail message

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesGmail message ID to reply to
bodyYesReply body content (plain text or HTML)
contentTypeNoFormat of the body contenttext

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of disclosing behavior. It indicates a side effect (sending) but does not clarify whether recipients/subject are derived automatically, what happens to the original message, or whether auth/permissions are required.

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 a single concise sentence with no filler, and the core action is front-loaded. It earns its place entirely.

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 schema fully covers parameters and an output schema exists, but the description lacks annotations and adds no behavioral or usage context. For a simple one-action tool this is adequate but leaves nontrivial gaps around selection and side effects.

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?

Schema description coverage is 100%, so the baseline is 3. The tool description itself adds no parameter-level meaning, but the schema already documents id, body, and contentType, including the enum and default for contentType.

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 states a specific action ('Send a reply') and resource ('a Gmail message'), making the basic purpose clear. It does not explicitly contrast with sibling tools like message-send, though the word 'reply' differentiates it by implication.

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 given on when to use this tool versus message-send or whether the caller must first fetch the message to obtain an ID. Usage is only implied by the tool name and one-sentence description.

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/mcp-z/mcp-gmail'

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