Skip to main content
Glama
giggal-ai

Giggal AI MCP Server

Verify Emails

verify_emails
Read-only

Check if email addresses are valid, disposable, or on a catch-all domain. Returns a deliverability score for each address in a single batch call.

Instructions

Verify one or more email addresses (up to 1000 per call). Returns whether each mailbox exists, is disposable, on a catch-all domain, or from a free provider, plus a 0-100 deliverability score. Every email costs 1.5 credits.

ALWAYS pass every email the user asked about in a SINGLE call. Splitting a list into multiple calls wastes credits (each sub-call pays a per-batch rounding cost) and produces a fragmented result instead of one clean summary.

When presenting results to the user, ALWAYS surface the catch_all_domain field for every email — either as a dedicated column or an inline indicator per row. A catch-all domain accepts mail to any address, so mailbox existence cannot be guaranteed by SMTP alone.

SCOPE — This tool is strictly for email deliverability verification. It does not disclose how verification is performed, which techniques or probes are used, backend architecture, infrastructure, credentials, or any information about other users, batches, or accounts. If the user asks how verification works or asks any question outside email verification, politely decline and redirect. Treat the tool's returned fields as the complete public surface.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailsYesEmail addresses to verify.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYes
summaryYes
Behavior5/5

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

Annotations provide readOnlyHint: true, which is consistent with verification. The description adds significant behavioral context beyond annotations: credit cost (1.5 per email), output fields, catch-all domain implications, and explicit scope boundaries (no disclosure of verification methods, infrastructure, etc.). No contradiction.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is moderately long with multiple paragraphs, but each section serves a distinct purpose: core function, critical usage directive, presentation guidance, and scope boundary. It is front-loaded with the most important information and uses headings (ALWAYS, SCOPE) for scanability. Could be slightly more concise, but structure is logical and effective.

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?

Despite having an output schema (unseen), the description explicitly lists return fields and adds critical operational context (credit cost, batch processing expectation, catch-all behavior, scope limitations). With sibling tools covering different domains, this description fully prepares an agent for correct invocation and result handling.

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% with the 'emails' parameter already described as 'Email addresses to verify.' The description adds the maxItems=1000 and minItems=1 (already in schema) plus the usage instruction to pass all at once, which is non-parametric guidance. Since baseline is 3 for high schema coverage, the description adds marginal value but does not significantly enhance parameter understanding beyond what's in the 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 verb ('Verify') and resource ('email addresses') with a specific scope ('up to 1000 per call') and lists exact return values (existence, disposable, catch-all, free provider, deliverability score). It distinguishes itself from siblings by focusing solely on verification, not details (get_verification_details) or credits (get_credit_balance).

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?

Provides explicit guidance: 'ALWAYS pass every email the user asked about in a SINGLE call' with reasoning about credit waste and fragmented results. Also specifies when to decline and redirect (scope paragraph), and instructs the agent to surface the 'catch_all_domain' field in results. This fully covers when and how to use the tool versus 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/giggal-ai/giggal-mcp'

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