Skip to main content
Glama

Free domain deliverability check

check_domain

Check whether anyone can spoof mail from a domain and whether its own mail will land: SPF, DMARC, MX and visible DKIM selectors, graded A-F, with a shareable report URL. Free, no key, rate-limited per caller. Pass your referral code as ref if you have one — orders that follow your report earn your commission.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refNoYour partner referral code, optional
domainYesOne domain, e.g. example.com

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the burden and does well by disclosing rate limiting, no-key access, report URL generation, and commission behavior. It does not explicitly state read-only semantics or failure handling, but the 'check' verb and operational constraints provide a solid transparency baseline.

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 three sentences, each earning its place: core behavior, operational constraints, and optional parameter explanation. It is front-loaded with the primary purpose and contains no redundant or promotional filler.

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?

Despite lacking an output schema, the description explains what the tool checks, the grading scale, the shareable report URL, and rate-limit/auth constraints. It is complete for a simple check tool, though it could optionally clarify the exact return format or provide an example.

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

Parameters4/5

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

The schema already covers both parameters (100% coverage), and the description adds meaning for 'ref' by explaining the referral/commission relationship. For 'domain', the description reinforces its meaning as the subject of the mail-deliverability check, exceeding the baseline schema-only case.

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 states a specific action ('Check whether anyone can spoof mail from a domain') with detailed scope (SPF, DMARC, MX, DKIM) and output (A-F grade, shareable report URL). It clearly distinguishes itself from siblings like list_services and partner_program by describing a domain-specific diagnostic operation.

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

Usage Guidelines3/5

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

The description provides useful context like 'Free, no key, rate-limited per caller' and explains the optional referral code, implying when to use it. However, it does not explicitly state when to use this tool over alternatives or mention any exclusions, so usage guidance remains 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.

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 has a clearly distinct purpose: one checks domains, one lists paid services, one explains the partner program, and one registers a referral code. There is no overlap or ambiguity between them.

Naming Consistency4/5

Three of four tools follow the verb_noun pattern (check_domain, list_services, register_referral), but partner_program is a noun_noun name without an action verb. This is a minor deviation that does not cause confusion.

Tool Count5/5

Four tools is well-scoped for the server's purpose: one core domain-checking tool plus three supporting tools for its referral monetization model. Each tool earns its place without redundancy or bloat.

Completeness4/5

The core domain-check workflow is fully covered, and the referral flow includes registration, catalog, and program details. A minor gap is the lack of a tool to track referral earnings or history, but this is not essential for the primary domain-check function.