Skip to main content
Glama

Add or remove a mailbox alias

eurodns_email_set_alias
Destructive

Add or remove a named alias address that delivers into the mailbox of an email subscription, returning the updated subscription. Use it to manage extra email addresses for a mailbox.

Instructions

Adds (action: add) or removes (action: remove) an alias address that delivers into the mailbox of an email subscription, and returns the updated subscription. Use it for a named extra address; to accept every unknown address at the domain use eurodns_email_set_catchall instead. The subscription id comes from eurodns_email_get_subscription.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesNumeric id of the email subscription, from the list eurodns_email_get_subscription returns when called without an id.
aliasYesThe alias address for the mailbox, e.g. sales@example.com.
actionYesadd creates the alias; remove deletes it.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesResponse body as returned by the API.
statusYesUpstream HTTP status code.

Schema Changelog

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

  1. Addedv0.10.0

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare destructiveHint=true and readOnly=false, so the mutating nature is covered. The description adds useful behavioral context beyond annotations: the operation returns the updated subscription and explains that the alias delivers into the mailbox. It doesn't discuss irreversibility, but that is reasonably implied by the remove action.

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 sentences with no filler. The core operation is front-loaded, the sibling alternative is clearly identified, and the id source is given last without redundancy.

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

Completeness5/5

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

Given the output schema exists, the description covers all necessary decision points: what action this tool performs, when to choose this over the catch-all sibling, what it returns, and where to obtain the subscription id. No meaningful gap remains.

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 already provides full descriptions for all three parameters, including the enum for action and a concrete example for alias. The description adds only mild value by reinforcing where the subscription id comes from and clarifying the alias purpose, so the baseline 3 applies.

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 verb and resource: add or remove a mailbox alias, and explicitly distinguishes this from eurodns_email_set_catchall. The action parameter is directly reflected in the description, leaving no ambiguity.

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

Usage Guidelines5/5

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

Provides explicit guidance on when to use this tool ('named extra address') and names the alternative for catch-all usage. It also tells the agent where to get the subscription id, eliminating a prerequisite lookup.

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/JigSawFr/eurodns-mcp'

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