Skip to main content
Glama

Getlead

Check a sending domain

check_deliverability
Read-onlyIdempotent

Inspect SPF, DKIM, DMARC and MX for a domain. Run it on your own sending domains before a campaign, or on a prospect's domain to judge whether mail will land.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesDomain to inspect, for example 'acme.com'

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and openWorldHint=true, so the safety profile is covered. The description reinforces this with 'Inspect' and usefully notes that it can run on a prospect's external domain, but it does not disclose output format or behavior on invalid/unresolvable domains. No contradiction exists.

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?

Two tight sentences deliver the core purpose, the records checked, and two practical usage contexts with no fluff. The most important information is front-loaded.

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 one-parameter read-only DNS inspection tool with no output schema, the description covers what it does, what it checks, and when to use it. It does not describe return values, but that is a minor gap given the tool's low complexity.

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?

The input schema covers 100% of the single parameter with a clear description and example. The tool description adds no extra 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 uses a specific verb ('Inspect') and names the exact resources checked (SPF, DKIM, DMARC, MX). It clearly distinguishes this domain-level deliverability check from sibling tools like verify_email, which focus on individual email addresses.

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 gives two explicit usage scenarios: running it on your own sending domains before a campaign, and running it on a prospect's domain to judge message landing. It does not explicitly name alternatives or exclusion criteria, but the use cases are concrete enough to guide an agent.

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.