Skip to main content
Glama
emailalias

@emailalias/mcp

by emailalias

create_alias

Set up new email aliases by selecting random, custom, or tagged types. Specify destination email, label, and display name to control forwarding and sender identity.

Instructions

Create a new email alias. 'random' generates a short code; 'custom' uses custom_code; 'tagged' prepends a random code to a user-provided tag. destination_email must be the user's primary email OR a verified forwarding destination. display_name is Premium-only and shown as the sender on outbound mail.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNoRequired when alias_type='tagged'
labelNoHuman-friendly label, e.g. 'Shopping'
domainNoAlias domain (defaults to the account's default)
alias_typeNorandom
custom_codeNoRequired when alias_type='custom'
display_nameNoPremium-only sender label shown on outbound mail (e.g. 'Sam Carter'). Set on creation activates immediately.
destination_emailNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.2

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full disclosure burden. It discloses the meaningful behaviors: different generation modes for aliases, the destination verification requirement, premium gating, and immediate activation of display_name. It does not go as far as describing error handling, duplicate alias behavior, or response shape, which keeps it from a 5.

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?

Three dense sentences front-load the core operation, then explain mode mechanics and constraints. There is no filler, and every sentence contributes information an agent needs to construct a correct call.

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

Completeness4/5

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

For a creation tool with no output schema and no annotations, this description covers the conditional parameter relationships and the key destination_email constraint, while remaining parameters like label and domain are documented in the schema. It does not describe the expected return value or failure modes, but an agent has enough context to invoke the tool correctly.

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

Parameters4/5

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

Schema description coverage is 71%, below the high-coverage baseline, so the description needs to add semantics. It does exactly that by explaining alias_type modes, how custom_code and tag relate to those modes, and the validity rule for destination_email. The display_name detail partially repeats the schema, but the 'activates immediately' clarification adds value.

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?

States a specific action ('Create a new email alias') and then defines the three alias_type modes, so the agent knows exactly what operation and resource are involved. The create verb plus the mode explanation clearly distinguishes this tool from siblings like update_alias, delete_alias, and list_aliases.

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

Usage Guidelines4/5

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

The description makes creation context explicit and adds eligibility constraints: destination_email must be primary or verified, and display_name is Premium-only. It does not explicitly name alternatives like update_alias or list_aliases for modifying or viewing aliases, but the creation versus maintenance distinction is clear from the description and sibling names.

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

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/emailalias/emailalias-mcp'

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