Skip to main content
Glama
junxit

ForwardEmail MCP Server

by junxit

alias_create

Create a new email alias for a domain, specifying the alias name, domain, and optional forwarding recipients, labels, encryption, and storage settings.

Instructions

Create a new email alias for a domain.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesAlias name (the part before @domain)
domainYesDomain name
labelsNoLabels for organizing aliases
has_pgpNoEnable PGP encryption
has_imapNoEnable IMAP storage for this alias
max_quotaNoMaximum storage quota for this alias (e.g. '1 GB')
is_enabledNoWhether the alias is enabled
public_keyNoPGP public key for encryption
recipientsNoList of recipient email addresses to forward to
smtp_limitNoPer-alias daily SMTP outbound limit; 0 uses the domain limit. Requires domain-admin permission - omit unless explicitly setting it. Capped by the domain's effective limit
descriptionNoDescription of this alias
has_wkd_disabledNoDisable WKD (Web Key Directory) public key lookup for this alias
has_recipient_verificationNoRequire recipients to confirm before forwarding
Behavior2/5

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

There are no annotations, so the description carries the full burden of disclosing behavioral traits. However, it only states the action without noting permissions, side effects, or what happens on creation (e.g., immediate activation, required admin rights). The schema covers parameters but not behavioral consequences.

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?

Single sentence, direct, and front-loaded. It avoids any fluff or redundant information.

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?

The tool has 13 parameters and no output schema or annotations. The description is too brief to cover important context such as required fields (domain, name), what the response contains, or any special considerations like the smtp_limit permission requirement. The schema helps but the description does not compensate for missing annotations and output 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 description coverage is 100%, so the baseline is 3. The description adds no parameter information, but the schema already provides detailed descriptions for all 13 parameters, including constraints like smtp_limit requires domain-admin permission and is capped by domain limit.

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 uses a specific verb ('Create') and resource ('email alias') and clearly distinguishes from sibling tools like alias_update, alias_delete, and alias_get. It is concise and 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?

The description provides no guidance on when to use this tool versus alternatives. It does not mention prerequisites, typical scenarios, or when to use sibling tools like alias_update or alias_generate_password.

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