Skip to main content
Glama
james-sib

Verifly MCP Server

by james-sib

Verify a batch of email addresses

verify_batch

Synchronously verify a batch of email addresses and get a verdict for each one. Handles lists up to a few hundred; for larger lists, use the bulk async endpoint.

Instructions

Synchronously verify a list of email addresses (best for up to a few hundred). Returns a per-address verdict for each email. For very large lists use the bulk async endpoint instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailsYesArray of email addresses to verify.
exclude_role_accountsNoFlag/exclude role accounts (info@, sales@, ...). Default false.
exclude_public_domainsNoFlag/exclude public domains (gmail.com, ...). Default false.
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It notes the synchronous nature and return of per-address verdicts, but does not mention credit consumption, rate limits, or whether the operation is read-only. This is a mid-level disclosure: some useful context is provided, but significant behavioral aspects remain unspecified.

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, front-loaded with the core purpose, and includes both return behavior and size guidance. Every sentence contributes value, with no filler or redundancy.

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?

Given the absence of an output schema, the description explains that a per-address verdict is returned, which provides a basic understanding of the results. It also covers scale limits and suggests an alternative for large batches. However, it does not elaborate on the exact verdict structure or how the exclude_* parameters affect results, leaving some gaps. Still, for a tool of this complexity, it is reasonably complete.

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?

Schema coverage is 100%, so parameters are already well-documented. The description adds no additional parameter details beyond the schema; it only reiterates the 'list of email addresses' concept. Thus the baseline score of 3 applies, as the description does not go beyond schema-provided semantics.

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 tool verifies a list of email addresses synchronously, and explicitly distinguishes itself from the bulk async endpoint for large lists. The verb 'verify' and resource 'list of email addresses' are specific and unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit guidance on when to use this tool ('best for up to a few hundred') and when to use an alternative ('For very large lists use the bulk async endpoint instead'). This directly addresses usage context and alternatives.

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/james-sib/verifly-mcp-server'

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