Skip to main content
Glama

Email Validate

lookup_email
Read-only

Validate an email address (syntax, MX record, disposable check). Use when you need to verify if an email address is real and deliverable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYesEmail address to validate

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

Annotations already indicate readOnlyHint=true, so the read-only nature is known. The description adds the specific validation methods (syntax, MX, disposable), which is useful. However, it does not describe the return value format or edge cases (e.g., missing MX), and openWorldHint is not explained, leaving some behavioral ambiguity.

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 two sentences with no fluff. The purpose and usage are front-loaded, making it easy to scan and understand.

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?

For a single-parameter read-only lookup tool with annotations, the description covers purpose, usage, and validation components. It lacks return value details, but the tool is simple enough that this is not a critical gap.

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 the single parameter 'email' with a description, and the tool description also references email addresses. No additional parameter semantics are provided beyond the schema, meeting the baseline for 100% 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?

The description clearly identifies the tool as validating an email address with specific checks (syntax, MX record, disposable check). It distinguishes from sibling tools like lookup_address_validate and lookup_whois by explicitly focusing on email deliverability.

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 a clear usage context: 'Use when you need to verify if an email address is real and deliverable.' It does not mention alternatives or exclusions, but the context is sufficiently specific for this simple tool.

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