Skip to main content
Glama
junxit

ForwardEmail MCP Server

by junxit

alias_update

Update an existing email alias by modifying its name, recipients, labels, PGP settings, quota, and more. Adjust forwarding rules, enable IMAP, or disable WKD lookup as needed.

Instructions

Update an existing alias.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoNew alias name
domainYesDomain name
labelsNoNew labels
has_pgpNoEnable PGP encryption
alias_idYesAlias ID or name
has_imapNoEnable IMAP storage
max_quotaNoMaximum storage quota for this alias (e.g. '1 GB')
is_enabledNoWhether the alias is enabled
public_keyNoPGP public key
recipientsNoNew list of recipient email addresses
smtp_limitNoPer-alias daily SMTP outbound limit; 0 uses the domain limit. Requires domain-admin permission - omit unless explicitly setting it. Does not reset the daily count or clear an existing suspension
descriptionNoNew description
has_wkd_disabledNoDisable WKD (Web Key Directory) public key lookup for this alias
has_recipient_verificationNoRequire recipients to confirm before forwarding
Behavior1/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It only says 'Update an existing alias' without indicating partial vs. full update, required permissions, or side effects. This is insufficient for a mutating tool with 14 parameters.

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, direct sentence with no redundancy. It is appropriately concise for a simple update operation and well-structured.

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?

Given the tool's complexity (14 parameters, no output schema, no annotations), the one-line description is severely incomplete. It omits guidance on behavior, permissions, and return values, making it inadequate for an agent to use correctly.

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?

The input schema provides 100% description coverage for all 14 parameters. The tool description adds no additional parameter context, so the baseline score of 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 'Update an existing alias' clearly states the action (update) and resource (alias). It distinguishes itself from sibling tools like alias_create and alias_delete, making the 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 Guidelines2/5

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

No usage guidance is provided. The description does not specify when to use this tool versus creating or deleting an alias, nor does it mention any prerequisites or alternatives. This is a clear gap.

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/junxit/mcp-forwardemail'

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