Skip to main content
Glama

Domain and email health report

domain_report
Read-onlyIdempotent

Run a comprehensive domain health check covering registration, DNS, email authentication (SPF, DKIM, DMARC), and bulk-sender compliance, with ranked findings and fixes.

Instructions

One-call health check of a domain: registration and expiry, name servers, MX, SPF (lookups, policy), DMARC, DKIM at common selectors, MTA-STS, TLS-RPT, BIMI, CAA, DNSSEC, and whether it meets Gmail and Yahoo bulk-sender DNS rules, with ranked findings and fixes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesdomain, e.g. example.com

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYes
findingsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, openWorldHint, and destructiveHint=false, so the safety profile is fully covered. The description adds meaningful behavioral context by explaining the scope of the health check, that it aggregates many checks into one call, and that output includes ranked findings and fixes.

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 a single, tightly packed sentence that front-loads the tool's purpose ('One-call health check') before listing the included checks. Every item in the list earns its place, and there is no filler or redundant phrasing.

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?

With only one required parameter, full schema coverage, a rich output schema, and comprehensive annotations, the description covers the tool's scope and expected output thoroughly. Nothing critical for selecting or invoking the tool is missing.

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 description coverage is 100%, so the single 'domain' parameter is already fully documented with format and example. The description only restates that it operates on a domain and adds no new parameter-level meaning, so the baseline score 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 begins with a specific verb phrase 'One-call health check of a domain' and enumerates a precise list of checks it performs, ending with the deliverable 'ranked findings and fixes.' This clearly distinguishes it from the more granular sibling tools like check_dkim, check_spf, dns_lookup, and domain_lookup.

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 'One-call health check' strongly implies using this tool when a comprehensive domain and email setup review is needed, versus using the narrower sibling tools for individual checks. It does not explicitly name alternatives or state when not to use it, but the context is clear enough for an agent to route correctly.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.