Skip to main content
Glama

Qualisend Email Verification

Check a domain's email setup

check_domain
Read-only

Check whether a domain is set up to send email that reaches the inbox — its mail servers plus its SPF and DMARC sender-authentication, and what's missing. A plain deliverability health check for a sending domain. No credit used. Available on the Qualisend Pro plan.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesThe domain to check, e.g. acme.com.

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, and destructiveHint=false, so the safety profile is covered. The description adds valuable behavioral details: it explicitly says 'No credit used' (a cost implication) and that the check reports 'what's missing' in sender authentication. It does not contradict any annotation and adds useful context beyond the structured data.

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 four short sentences, with the purpose front-loaded. The first sentence captures what the tool does, the second restates it as a 'health check' (slight redundancy but reinforces clarity), and the final two sentences provide cost and plan info. Every sentence earns its place with no 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 simple single-parameter read-only tool, the description covers purpose, scope, cost, and plan restriction. It hints at output behavior by noting 'what's missing,' which gives some expectation of the result. It does not describe the exact output format, but given the simplicity and the absence of an output schema, the description 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%: the single 'domain' parameter is described as 'The domain to check, e.g. acme.com.' The description confirms 'a sending domain' but does not add extra formatting details or examples beyond the schema. With full schema coverage, the baseline of 3 is appropriate.

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 uses the specific verb 'Check' with the resource 'a domain's email setup' and further details the scope: 'mail servers plus its SPF and DMARC sender-authentication, and what's missing.' This distinguishes it from sibling tools like verify_email (which checks individual addresses) and check_blacklist (which checks reputation). The purpose is unambiguous and specific.

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 phrase 'a plain deliverability health check for a sending domain' provides clear context for when to use this tool. It also notes 'No credit used' and 'Available on the Qualisend Pro plan,' which are practical usage constraints. It does not explicitly state when not to use it or name alternatives, but the context is sufficient for common cases.

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.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool targets a distinct function: single verification, synchronous batch, asynchronous bulk list, plus separate diagnostic checks (disposable, typo, domain, blacklist, header, SMTP code). The three verify tools are clearly differentiated by single vs. batch, sync vs. async, and size limits.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case: check_*, get_*, verify_*, generate_*, analyze_*, lookup_*. The batch variations (verify_emails, verify_list) are predictable extensions of verify_email.

Tool Count5/5

12 tools is well within the ideal range for a focused email verification service. Each tool serves a clear purpose covering verification, diagnostics, DNS generation, and account management without unnecessary bulk.

Completeness4/5

The domain is well-covered: single/batch/large-list verification, common pre-check diagnostics, blacklist lookup, DNS record generation, and SMTP code explanations. Minor gaps include no history listing or batch job management beyond polling, but these are not core to the stated purpose.

Resources