Skip to main content
Glama
avivshafir

atdata-email-verification-mcp-server

batch_verify_emails

Verify multiple email addresses in bulk using AtData's SafeToSend API to validate deliverability and get summary statistics.

Instructions

Verify multiple email addresses using AtData's SafeToSend API.

This tool allows you to verify multiple email addresses in batch,
processing each one individually through the SafeToSend API.

Args:
    emails: List of email addresses to verify
    api_key: AtData API key (if not provided, will try to get from ATDATA_API_KEY env var)

Returns:
    Dictionary containing:
    - results: List of verification results for each email
    - summary: Summary statistics of the batch verification

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailsYes
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 explains the batch processing approach and API key fallback behavior, but doesn't cover important aspects like rate limits, error handling, authentication requirements beyond the API key, or what happens if the API is unavailable. It provides basic operational context but lacks comprehensive behavioral details.

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 perfectly structured and concise with zero wasted words. It opens with the core purpose, explains the batch nature, provides clear parameter documentation in a structured format, and describes the return value. Every sentence earns its place and information is front-loaded effectively.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a 2-parameter tool with no annotations and no output schema, the description provides adequate coverage of inputs and basic operation but lacks details about the verification results format, error conditions, or API limitations. The return value description is helpful but doesn't fully compensate for the missing output schema, leaving the agent uncertain about the exact structure of verification results.

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 clearly explaining both parameters: 'emails' as 'List of email addresses to verify' and 'api_key' with its fallback behavior to environment variable. The description adds essential meaning beyond the bare schema, including the optional nature and default behavior of the api_key parameter.

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 multiple email addresses'), the resource ('using AtData's SafeToSend API'), and distinguishes from the sibling tool 'verify_email' by emphasizing batch processing. The phrase 'in batch, processing each one individually' explicitly differentiates it from single-email verification.

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 for when to use this tool ('verify multiple email addresses in batch'), but doesn't explicitly state when not to use it or mention the sibling 'verify_email' as an alternative for single emails. The guidance is implied rather than explicit.

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