Skip to main content
Glama

check_fcrdns

Read-onlyIdempotent

Audit Forward-Confirmed Reverse DNS (FCrDNS) for all IPs behind a domain's MX records. Identifies missing PTR, mismatched forward resolution, and generic ISP reverse to diagnose mail rejection issues.

Instructions

Read-only FCrDNS (Forward-Confirmed Reverse DNS) audit for every IP that backs the domain's MX records. For each IP: looks up PTR record, then resolves that PTR's hostname back to A/AAAA records to confirm the round-trip. Returns per-IP PTR value, forward-resolution result, match verdict, and warnings (missing PTR, mismatched forward, generic ISP reverse). Use for mail deliverability audits, SpamExperts-style cluster checks, and any 'why is our mail being rejected' debugging; pair with check_blacklist for reputation signals. No auth.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesDomain name only, e.g. example.com (no URL, path, or port)
Behavior5/5

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

The description fully discloses the workflow: 'looks up PTR record, then resolves that PTR's hostname back to A/AAAA records to confirm the round-trip.' It additionally enumerates returned values and common warnings, going far beyond the readOnlyHint annotation and providing actionable expectations.

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 compact yet information-dense: it opens with the core purpose, then explains the resolution flow, then lists return contents and use cases, and closes with a statement on authentication. Every sentence earns its place without repetition or 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?

Without an output schema, the description compensates well by listing return fields and warning types, and by explaining when to use the tool. Minor omissions like behavior on missing MX records or response pagination are not critical, but additional details would push completeness to a 5.

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 schema already fully describes the 'domain' parameter with format restrictions (no URL/path/port), so baseline is 3. The description adds context by framing it as 'the domain's MX records,' but it does not introduce new parameter-level semantics beyond the schema.

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+resource combination: 'Read-only FCrDNS audit for every IP that backs the domain's MX records.' It distinguishes itself from sibling DNS tools by focusing uniquely on forward-confirmed reverse DNS for MX IPs, making the purpose unmistakable.

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

Usage Guidelines5/5

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

Provides clear usage context: 'Use for mail deliverability audits, SpamExperts-style cluster checks, and debugging rejected mail.' It also names an alternative/complementary tool: 'pair with check_blacklist for reputation signals,' helping the AI decide between related tools.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/RoscoNL/intodns-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server