Skip to main content
Glama
vaemail

vaemail

Official

Declare a sending domain

vaemail_create_domain

Declare a domain for email sending and retrieve the DNS records needed for authentication. Publish the records at your registrar and verify them to finish setup.

Instructions

Declare a domain and return the DNS records to add at the registrar, each with what it is for. Declaring a domain does not authenticate it: the records must be published, then verified. Adding DNS records is a human step — report them, do not claim the domain is ready.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesDomain to send from, e.g. exemple.fr.
dkim_selectorNoDKIM selector, if one is already chosen.
idempotency_keyNo

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A4.2/5.0
Behavior4/5

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

The description adds the crucial non-obvious behavior that declaration does not authenticate and DNS changes require a human step, so the agent must not claim readiness. Annotations already signal a write operation; this description adds meaningful operational context.

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 tight sentences, front-loaded with the action and output, followed by the critical caveat. No filler or redundancy.

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?

Given no output schema, the description does a good job of stating that DNS records are returned and what to do with them. It could mention failure states like duplicate domains, but the core invocation and follow-up workflow are adequately covered.

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 schema covers domain and dkim_selector with descriptions, and idempotency_key is self-explanatory by name. The description does not explain how the optional parameters affect DNS records, but this is a moderate gap given 67% schema coverage.

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 ('Declare a domain') and a concrete output (DNS records to add, each with purpose). It explicitly separates declaration from authentication and verification, which distinguishes it from siblings like vaemail_verify_domain.

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 context is clear: this is the initial declaration step, and the follow-up is publishing DNS records and verifying. It does not explicitly name alternatives or say when not to use this tool, but the verify-later guidance makes the intended workflow evident.

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

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