Skip to main content
Glama

deliverability-doctor

Server Details

Check if a domain can be email-spoofed: SPF, DMARC, DKIM, MX graded from public DNS. Authless.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
Integrity-Os/deliverability-doctor
GitHub Stars
0
Server Listing
Deliverability Doctor

Available Tools

2 tools
check_email_securityCheck a domain’s email securityAInspect

Checks whether a domain can be email-spoofed, using public DNS only. Verifies SPF (including the RFC 7208 multiple-record permerror), DMARC policy and reporting, MX, and DKIM at common selectors. Returns a graded report with concrete fixes. Accepts a bare domain, a URL, or an email address. Nothing is sent to the domain.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainYesDomain, URL, or email address, e.g. example.com

TDQS

A4.5/5.0
Behavior5/5

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

With no annotations provided, the description carries full behavioral disclosure responsibility, and it delivers. It states the method (public DNS only), denies any contact with the target ('Nothing is sent to the domain'), details the checks performed including a specific RFC edge case, and clarifies the output type ('graded report with concrete fixes'). This is unusually thorough for a tool definition.

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, front-loads the primary purpose, and every clause contributes information: scope, methods, output, input flexibility, and non-intrusiveness. No wasted words or repetition of the tool's name.

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 single-parameter, read-only DNS tool with no output schema, the description is complete. It covers the operation's effect, the accepted input variants, the technical checks, the return format, and the side-effect profile. Nothing an agent needs to decide whether to call this 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 coverage is 100%, so the baseline is 3. The schema already documents that the single parameter accepts 'Domain, URL, or email address.' The description adds the phrase 'bare domain,' which slightly clarifies accepted formats but does not materially expand on the schema's meaning.

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 opens with a specific verb and resource: 'Checks whether a domain can be email-spoofed, using public DNS only.' It then enumerates the exact protocols checked (SPF, DMARC, MX, DKIM) and explicitly states it returns a graded report. This unambiguous scoping also distinguishes it from the sibling compare_email_security, which by name is comparison-focused rather than single-domain verification.

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 provides clear usage context: it is a passive, non-intrusive check that 'uses public DNS only' and sends 'nothing... to the domain.' This tells an agent when to select it (e.g., for safe reconnaissance). However, it does not explicitly mention the sibling tool or define when to use compare_email_security instead, so the alternative-selection guidance is implied rather than fully stated.

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

compare_email_securityCompare email security across domainsAInspect

Runs the email-security check on 2–5 domains and returns a comparison table with per-domain grades. Useful for checking your domain against competitors.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainsYes2–5 domains

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations provided, the description carries the full behavioral disclosure burden. It states the core action and the return format, but does not mention whether the operation is read-only, any authentication requirements, or potential limitations. The basic behavior is transparent, but depth is limited.

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 two concise sentences with no redundant wording. The primary action and output are front-loaded, and the second sentence adds a practical use case. Every word earns its place.

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?

Given the tool's simplicity (1 parameter, full schema coverage, no output schema), the description is largely complete: it defines the input range and the return shape. It could optionally clarify what 'grades' mean or reference the sibling tool, but nothing needed to invoke it correctly 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 baseline is 3. The description's '2–5 domains' repeats the schema's minItems/maxItems constraints without adding extra meaning. It does not clarify domain format, examples, or how the 'email-security check' is performed per domain.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action (runs the email-security check), the resource scope (2–5 domains), and the output (comparison table with per-domain grades). It is distinct from the sibling check_email_security because it explicitly supports multiple domains and comparative output, though it does not directly name or contrast the sibling.

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 a useful example scenario ('checking your domain against competitors'), which implies when the tool is valuable. However, it does not explicitly state when to use this tool versus check_email_security, nor does it offer exclusions or alternatives.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 2 tool updates
    • First observedcheck_email_security
    • First observedcompare_email_security

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4/5.0
Disambiguation5/5

The two tools have clearly distinct purposes: one checks a single domain's email security, while the other compares 2-5 domains. There is no realistic risk of selecting the wrong one.

Naming Consistency5/5

Both tool names follow the same verb_noun pattern: check_email_security and compare_email_security. The pattern is simple, consistent, and immediately communicates what each tool does.

Tool Count3/5

Two tools is a thin set, but each one earns its place and the pair forms a sensible workflow. Still, the server feels minimal for the broad 'deliverability doctor' name.

Completeness4/5

For the narrow domain of email-security checking, the surface covers single and comparative checks fully. Minor gaps exist, such as no raw DNS inspection or custom DKIM selector testing, but agents can accomplish the core task without dead ends.