Skip to main content
Glama

validate_email

One-call email verification for lead qualification and list hygiene: RFC 5322 syntax check, then a live MX lookup over DNS-over-HTTPS (Cloudflare, Google fallback). Detects non-existent domains (NXDOMAIN), null-MX domains that refuse mail (RFC 7505), and returns prioritized MX hosts. Query: ?email=someone@example.com. Verdict: deliverable | risky | undeliverable. 1h cache per address. Price: $0.005 USDC per call (x402).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations, the description carries full responsibility and does exceptionally well. It discloses the live MX lookup over DNS-over-HTTPS with Cloudflare/Google fallback, detection of NXDOMAIN and null-MX (RFC 7505), 1-hour caching, pricing, and verdict types. This goes far beyond what structured fields provide.

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 dense yet efficiently structured, starting with the primary purpose and then layering technical details, query format, output verdicts, cache, and pricing. Each sentence adds valuable information with no filler.

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 absence of an output schema, the description explicitly lists the verdict values (deliverable | risky | undeliverable), mentions the return of prioritized MX hosts, and covers caching and pricing. For a single-parameter tool, this is a self-contained and complete specification.

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 schema only defines 'email' as a required string with no description (coverage 0%). The description compensates by showing the query format (?email=someone@example.com) and indicating the expected input is an email address through the RFC 5322 syntax check. It does not exhaustively detail edge cases, but for a single simple parameter it is sufficient.

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 it performs email verification for lead qualification and list hygiene, using a specific verb ('verification') and resource ('email'). It also outlines the process (RFC 5322 syntax check, MX lookup) and clearly distinguishes from sibling validation tools that target other entities like IBAN or VAT.

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 gives clear use cases (lead qualification, list hygiene) and a query format, but it does not explicitly mention when not to use it or name alternative tools. This is a minor gap given the obvious email-specific scope.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources