Skip to main content
Glama
Jambozx

OnlineCyberTools MCP (280+ filterable tools)

network_dns_propagation

Check DNS propagation across 14 global resolvers to confirm that a record update has spread worldwide and is consistent.

Instructions

DNS Propagation Checker. Check whether a DNS record has propagated by querying it across 14 global public resolvers (Google, Cloudflare, Quad9, OpenDNS, Verisign, DNS.WATCH, Comodo, Level3) and comparing the answers. Use this after changing a record to confirm the update has spread worldwide and is consistent; use network_dns for a single authoritative lookup against one resolver. This sends outbound DNS queries to those third-party servers, so it is NOT read-only and contacts the open internet. Rate-limited to 3 requests per minute for anonymous callers. Returns per-resolver records, response times and status, plus a propagation summary (percentage propagated, consistency, status) and warnings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesDomain name to check (for example example.com). Must be a valid hostname of one or more labels with a letter top-level domain.
record_typeNoDNS record type to query at each resolver. Defaults to A when omitted.A
worker_idNoOptional registered healthy worker peer ID. Omit to use the default master-server behavior.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
successNoWhether the check ran successfully.
domainNoThe domain that was queried, echoed back.
record_typeNoThe record type that was queried (defaults to A).
timestampNoServer timestamp when the check ran (Y-m-d H:i:s).
total_timeNoSum of all per-resolver response times in milliseconds.
resultsNoOne entry per queried resolver.
summaryNoAggregate propagation analysis across all resolvers.
warningsNoHuman-readable advisories about incomplete or inconsistent propagation.
Behavior5/5

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

The description discloses that the tool sends outbound DNS queries to 14 third-party servers, is NOT read-only, contacts the open internet, and is rate-limited to 3 requests per minute. This adds significant context beyond the annotations (which only indicate readOnlyHint=false, destructiveHint=false, idempotentHint=false, openWorldHint=true). 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 four sentences long, efficiently front-loading purpose and usage guidelines before adding behavioral details. It is concise and well-structured, though a minor trimming could make it slightly tighter.

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 complexity (checking across 14 resolvers, rate limits, output summary), the description covers all necessary aspects: purpose, usage context, behavioral traits, rate limiting, and the list of resolvers. The presence of an output schema reduces the need to describe return values. The description is complete.

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%, and the schema already provides detailed descriptions for all parameters (domain, record_type with enum, worker_id). The description only mentions domain and record_type implicitly but does not add new 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?

The description clearly states the tool checks DNS propagation across 14 global resolvers. It distinguishes itself from the sibling tool 'network_dns' by specifying that this tool checks propagation across multiple resolvers while network_dns is for a single authoritative lookup.

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 (after changing a record to confirm propagation) and when to use the alternative 'network_dns' (for a single authoritative lookup against one resolver). This provides clear guidance for tool selection.

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