Skip to main content
Glama
vaemail

vaemail

Official

List sending domains

vaemail_list_domains
Read-onlyIdempotent

List sending domains and view live SPF, DKIM, and DMARC record states to verify email authentication and diagnose deliverability issues.

Instructions

List the sending domains of the account with the live state of their SPF, DKIM and DMARC records.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds valuable behavioral context by noting the DNS records are shown in their 'live state', which tells the agent the tool fetches current data rather than cached values. No contradiction with annotations.

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 sentence with no filler. It front-loads the action and resource, then adds the distinguishing return detail efficiently.

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?

For a zero-parameter, read-only listing tool with no output schema, the description is complete: it states what is returned (domains) and what additional detail is included (live SPF/DKIM/DMARC state). An agent has enough information to call this tool and interpret the result without further clarification.

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?

The tool has zero parameters, so the baseline is 4. The description correctly focuses on what the tool returns rather than parameter details, and there is nothing about parameters that needs clarification.

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 states a specific verb ('List') and resource ('sending domains of the account'), and adds a distinctive detail: the live state of SPF, DKIM, and DMARC records. This clearly differentiates it from sibling tools like vaemail_list_bounces, vaemail_get_usage, and vaemail_get_audit_log, which target different resources.

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

Usage Guidelines3/5

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

The description implies that this tool is used to inspect sending domains and their DNS record status, but it does not explicitly state when to choose it over related siblings like vaemail_verify_domain or vaemail_diagnose_deliverability. The usage context is inferable but not spelled out.

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