Skip to main content
Glama

check_email_auth

Check a domain's live email authentication — SPF, DKIM and DMARC — and return a plain-language verdict on whether it is actually enforced. Use for questions about mail being spoofed, landing in spam, or failing delivery, and to audit a domain's anti-spoofing posture. Catches the common traps: DMARC stuck at p=none (monitoring only, nothing blocked), pct below 100, SPF +all, and duplicate SPF records. Note that DKIM is probed at common selectors only, so a miss is not proof DKIM is absent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesDomain to check, e.g. example.com.
selectorNoSpecific DKIM selector to test. Omit to probe common selectors.

TDQS

A4.7/5.0
Behavior5/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 reveals the tool's output type ('plain-language verdict'), specific checks performed ('Catches the common traps...'), and a critical limitation ('DKIM is probed at common selectors only, so a miss is not proof DKIM is absent'). This is exemplary transparency about edge cases and potential false negatives.

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 packing important information: purpose, use cases, and limitations. It's front-loaded with the core purpose, has no fluff, and every sentence earns its place. The structure is ideal for quick agent comprehension.

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?

For a tool with no output schema and no annotations, the description covers purpose, when to use, what it checks (SPF, DKIM, DMARC), common pitfalls, and caveats. It gives enough detail for an agent to decide whether to invoke it and interpret the result. The only minor absence is return format details, but 'plain-language verdict' is sufficient given the context.

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?

Schema description coverage is 100%, so the schema already documents both parameters. The description adds value by explaining the behavioral context: for 'selector', it clarifies that omitting probes common selectors and that a miss is not proof of absence. It enriches the meaning of the parameters without duplicating schema text.

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 starts with a specific verb ('Check') and resource ('a domain's live email authentication — SPF, DKIM and DMARC'), and clearly distinguishes it from sibling tools like check_security_headers or dns_lookup. It also specifies the output ('plain-language verdict') and scope (whether it is actually enforced), making the tool's purpose unambiguous.

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 explicitly states when to use it ('Use for questions about mail being spoofed, landing in spam, or failing delivery, and to audit a domain's anti-spoofing posture'), providing clear context. It doesn't explicitly name when-not-to-use or alternatives, but the sibling tools are clearly distinct, so the usage guidance is strong.

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.1/5.0
Disambiguation4/5

Most tools target distinctly different aspects of network diagnostics or PC hardware pricing. The only potential overlap is between check_service_status and service_uptime_history, but their current-vs-historical scope is clearly separated by descriptions.

Naming Consistency3/5

Naming patterns are mixed: check_email_auth, check_security_headers, trace_redirects, and find_deals use verb_noun, while dns_lookup, price_check, ram_price_index, and service_uptime_history are noun-based compounds, and ping is a bare verb. This inconsistency is noticeable but not chaotic.

Tool Count5/5

With 10 tools, the count is well within a reasonable range for a server that covers two coherent domains. Each tool earns its place and the set does not feel bloated or thin.

Completeness4/5

The set covers core live-check operations (DNS, email auth, headers, redirects, service status, uptime) and PC hardware pricing/deals. Minor gaps exist, such as no SSL/TLS check and limited hardware tracking beyond RAM, but the tool descriptions explicitly acknowledge these limitations.

Resources