Skip to main content
Glama
Jambozx

OnlineCyberTools MCP (280+ filterable tools)

network_reverse_dns

Resolve an IPv4 or IPv6 address to its hostname(s) using a reverse DNS (PTR) lookup.

Instructions

Reverse DNS Lookup (PTR / IP To Hostname). Run a live reverse-DNS (PTR) lookup that resolves an IPv4 or IPv6 address back to its hostname(s) via the in-addr.arpa / ip6.arpa zone. Use it to map an IP to a name; use network_dns_lookup for forward records (A/AAAA/MX/TXT from a hostname) and network_whois for registration/ownership data. Issues outbound DNS queries (preferably via a registered remote worker, with a local resolver fallback), so results vary as DNS changes. CAPTCHA-gated and rate-limited (anonymous 10/min, 60/hour, 200/day). Returns the resolved hostnames plus the PTR query that was issued.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ipYesIPv4 or IPv6 address to resolve to a hostname; validated, no scheme/port/CIDR, e.g. 8.8.8.8 or 2001:4860:4860::8888.
dnsServerNoOptional resolver IP to query; defaults to 8.8.8.8.8.8.8.8
worker_idNoOptional registered healthy worker peer ID. Omit to use the default master-server behavior.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
successNoTrue on the local resolver path when the lookup completed.
ipNoThe IP address that was queried, echoed back.
dnsServerNoThe resolver IP that was used.
hostnamesNoResolved hostnames; empty when the IP has no PTR record.
ptrQueryNoThe reverse-zone query issued, e.g. 8.8.8.8.in-addr.arpa or an ip6.arpa name.
ipTypeNoIPv4 or IPv6, inferred from the input.
timestampNoISO 8601 timestamp of the response.
Behavior1/5

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

Annotations set readOnlyHint: false, implying potential side effects, but the description describes a purely read-only operation (lookup). This is a direct contradiction between annotations and description, which misleads the agent about safety.

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?

Description is front-loaded with title and type, and all sentences add value. It is concise yet comprehensive without being verbose, though could be slightly more structured.

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 output schema and annotations, the description covers usage, limitations (DNS changes, rate limits), security considerations (CAPTCHA, worker), and alternatives, providing complete context for agent decision.

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 parameters are already well-documented. The description adds examples and validation hints but does not significantly enhance meaning beyond the schema. Baseline 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?

Description clearly states it performs reverse DNS lookup (PTR/IP to hostname) and distinguishes it from forward DNS and WHOIS lookups. The verb 'resolve' and resource 'IP address' are specific, and the description explicitly names sibling tools for comparison.

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?

Explicitly says when to use this tool (reverse DNS) and when not: 'use network_dns_lookup for forward records' and 'network_whois for registration/ownership data'. Provides clear context and alternatives.

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