Skip to main content
Glama
Jambozx

OnlineCyberTools MCP (280+ filterable tools)

network_mx_record_lookup

Perform a live MX record lookup for a domain to discover its inbound mail servers and priority order. Used for email routing analysis.

Instructions

MX Record Lookup (DNS Mail Servers). Run a live DNS MX (mail exchange) lookup for a domain to reveal its inbound mail servers and their routing priorities. Use this for the email-delivery path of a domain; use network_dns_lookup for arbitrary record types (A/CNAME/TXT), and network_spf_record_checker or network_dmarc_record_checker for email-auth policy. Issues a fresh outbound DNS query (preferably via a registered remote worker, with a local resolver fallback), so each call reflects current DNS state and is not idempotent. CAPTCHA-gated and rate-limited (anonymous 10/min, 60/hour, 200/day). Returns the MX records sorted ascending by priority (lowest preferred).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesDomain whose MX records to resolve, hostname only (no scheme or path), e.g. example.com.
actionNoOperation to run; only "lookup" is supported.lookup
worker_idNoOptional registered healthy worker peer ID. Omit to use the default master-server behavior.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
successNoTrue when the lookup completed (HTTP 400/500 with success false on error).
dataNoThe MX result payload.
Behavior5/5

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

The description discloses that each call issues a fresh DNS query (non-idempotent), matching the idempotentHint=false annotation. It also reveals rate limits (10/min, 60/hour, 200/day) and CAPTCHA-gating, which annotations do not cover. No contradictions.

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 front-loaded purpose and usage, then behavioral details. It is slightly verbose but every sentence adds value. Could be slightly tighter but still 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 presence of an output schema (not shown), the description does not need to detail return values. It covers purpose, usage guidelines, behavioral traits, and rate limits. Complete for a lookup tool.

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 baseline is 3. The description adds minimal semantic value beyond the schema: it confirms 'action' only supports 'lookup' and domain note. No additional parameter context.

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 it performs MX record lookup for a domain, returning mail servers and priorities. It distinguishes itself from siblings like network_dns_lookup (for arbitrary record types) and network_spf_record_checker/network_dmarc_record_checker (for email-auth policy).

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 explicitly states when to use this tool ('for the email-delivery path of a domain') and when not to, pointing to alternative tools for other record types or email-auth policies.

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