Skip to main content
Glama
kubegrind

AOL Mail MCP Server

by kubegrind

reply_email

Reply to an existing email using its IMAP message ID. Provide the plain-text body and optional CC/BCC addresses.

Instructions

Reply to an existing email by its IMAP message ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
message_idYesNumeric IMAP message ID of the email to reply to.
bodyYesPlain-text reply body.
folderNoIMAP folder containing the original email (default "INBOX").INBOX
ccNoCC address(es), comma-separated (optional).
bccNoBCC address(es), comma-separated (hidden from all recipients, optional).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description should disclose behavioral traits. It only states the basic operation without mentioning whether the reply includes quoting, threading, attachments, or any side effects (e.g., sent folder).

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

Conciseness3/5

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

The description is very short but not overly concise; it contains only one sentence without front-loading critical info like required params or success conditions. Could be restructured to add value.

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 no annotations and an output schema exists, the description is incomplete. It lacks details about reply behavior (e.g., threading, auto-include subject), error handling, or confirmation of sending. Users would need to infer from the schema.

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 coverage is 100%, so parameters are already well-documented in the schema. The description adds only 'by its IMAP message ID', which is already present in the schema's description for message_id. Baseline 3 is appropriate.

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 action ('Reply') and the resource ('existing email') using the IMAP message ID, which distinguishes it from siblings like send_email (new email) and delete_email.

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?

No explicit guidance on when to use this tool versus alternatives like send_email or forward, but the purpose is implied by the 'Reply' verb. No exclusions or context are provided.

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/kubegrind/aol-mcp-server'

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