Skip to main content
Glama
helbertparanhos

resend-email-mcp

diagnose_domain

Read-onlyIdempotent

Diagnose sending domain issues by inspecting DNS records. Identifies missing or misconfigured SPF, DKIM, DMARC, MX, and Return-Path entries with actionable fix steps.

Instructions

Deep DNS/verification diagnosis for a sending domain. Fetches the domain, inspects every required DNS record (SPF, DKIM, DMARC, MX, Return-Path), reports what is verified vs. pending/missing, and gives concrete fix steps. Use this whenever sending fails with 'domain not verified' or before going live.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesDomain ID (from list_domains)
Behavior5/5

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

Annotations indicate readOnlyHint, destructiveHint false, idempotentHint, openWorldHint. Description adds specifics: fetches domain, inspects DNS records, reports status, and gives fix steps, all consistent with read-only, non-destructive behavior, adding value beyond 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?

Three sentences: a concise summary, one detailing actions, and one providing usage context. No redundancy, every sentence adds value, and key info is front-loaded.

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 single required parameter and no output schema, the description adequately explains what the tool does and what the agent can expect (reports status and fix steps). Annotations cover safety, making this complete for its complexity.

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?

Only one parameter 'id' is fully described in the schema (Domain ID from list_domains). The tool description does not add extra meaning beyond that, but schema coverage is 100%, so baseline 3 is appropriate.

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?

Description clearly states the tool performs deep DNS/verification diagnosis for a sending domain. It specifies inspecting DNS records (SPF, DKIM, DMARC, MX, Return-Path) and reporting status with fix steps, distinguishing it from siblings like get_domain or 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?

Explicitly says to use when sending fails with 'domain not verified' or before going live, giving clear context. However, it does not name alternative tools for other scenarios, leaving some ambiguity.

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/helbertparanhos/resend-email-mcp'

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