Skip to main content
Glama
Jambozx

OnlineCyberTools MCP (280+ filterable tools)

network_dmarc_record_checker

Check a domain's DMARC policy via live DNS query for _dmarc., returning the DMARC record and flagging duplicate entries.

Instructions

DMARC Record Checker. Look up and validate a domain's DMARC policy by making a live DNS TXT query for _dmarc., returning the DMARC record, every matching TXT record, and a flag for duplicate records. Use network_spf_record_checker instead for SPF/Sender-Policy records or network_mx_record_lookup for mail-server MX records; this tool only resolves DMARC and has a single action=lookup (no offline parse mode). Performs an outbound DNS query (may run on a remote worker peer), so results can change between calls as DNS records change. No auth required; rate-limited to 30 req/min, 180/hr, 500/day for anonymous callers, with CAPTCHA above 50/hr.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesDomain whose DMARC record to query (registrable domain or hostname, e.g. example.com); the tool prepends _dmarc. automatically. No protocol or path; max 253 chars.
actionNoOnly lookup is supported; performs a live DNS TXT query for _dmarc.<domain>. Any other value is rejected.lookup
worker_idNoOptional registered healthy worker peer ID. Omit to use the default master-server behavior.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
successNoTrue when the request was processed; false on invalid input or server error.
dataNoDMARC lookup payload.
Behavior1/5

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

The description describes a read-only DNS lookup, but annotations set readOnlyHint=false, indicating a contradiction. Per rules, a contradiction yields a score of 1. The description otherwise adds useful behavioral context (e.g., rate limits, remote worker, no auth), but the contradiction overrides.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a clear opening, alternative tool mention, and behavioral details. It is slightly lengthy but every sentence adds value. Front-loading the purpose and sibling differentiation is effective.

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?

Given the tool's simplicity (single lookup with 3 parameters) and presence of output schema, the description covers all necessary context: usage scope, behavioral notes (DNS query, remote worker, rate limits, CAPTCHA), and authentication requirements. No gaps are apparent.

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% with detailed parameter descriptions. The description adds minimal extra meaning (e.g., clarifying action is only lookup and domain is prepended with _dmarc.), but does not significantly enhance understanding 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 clearly states 'Look up and validate a domain's DMARC policy by making a live DNS TXT query', specifying the verb, resource, and method. It also explicitly distinguishes from sibling tools like SPF and MX record checkers, making the 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 Guidelines5/5

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

The description provides explicit guidance: 'Use network_spf_record_checker instead for SPF/Sender-Policy records or network_mx_record_lookup for mail-server MX records; this tool only resolves DMARC', including an alternative tool mention and scope limitation (single action=lookup).

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/Jambozx/onlinecybertools-mcp-server'

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