Skip to main content
Glama
avivshafir

atdata-email-verification-mcp-server

verify_email

Validate email addresses to filter invalid and high-risk ones using AtData's SafeToSend API, improving deliverability and engagement metrics.

Instructions

Verify an email address using AtData's SafeToSend API.

This tool verifies email addresses to filter out invalid and high-risk ones,
which results in higher open rates, clicks, and conversions.

Args:
    email: The email address to verify
    api_key: AtData API key (if not provided, will try to get from ATDATA_API_KEY env var)

Returns:
    Dictionary containing the verification results including:
    - email: The email address that was verified
    - status: The verification status
    - deliverable: Whether the email is deliverable
    - risk_level: Risk assessment of the email
    - additional verification details

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYes
api_keyNo
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It describes the core functionality and business purpose well, but lacks details about error handling, rate limits, authentication requirements beyond the API key parameter, or what happens when the API key isn't provided. The description doesn't contradict any annotations since none exist.

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 well-structured and appropriately sized. It begins with the core purpose, adds business context, then provides clear sections for Args and Returns. Every sentence earns its place, with no redundant information or fluff.

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 tool with 2 parameters, no annotations, and no output schema, the description does a good job covering the essentials. It explains what the tool does, provides parameter semantics, and describes the return structure. However, it could benefit from more behavioral context about error cases or performance characteristics given the lack of annotations.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description fully compensates by providing clear semantic explanations for both parameters. It explains that 'email' is 'The email address to verify' and that 'api_key' is the 'AtData API key' with fallback behavior to environment variable. This adds significant value beyond the bare schema.

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 states the specific action ('verify an email address'), identifies the resource ('email address'), and specifies the external service ('AtData's SafeToSend API'). It distinguishes from the sibling tool 'batch_verify_emails' by being for single email verification rather than batch processing.

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 provides clear context about when to use this tool ('to filter out invalid and high-risk ones, which results in higher open rates, clicks, and conversions'), but doesn't explicitly mention when NOT to use it or provide detailed alternatives. The sibling tool 'batch_verify_emails' is implied as an alternative for batch operations, but not explicitly called out.

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/avivshafir/atdata-email-verification-mcp-server'

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