Skip to main content
Glama
duksh

PeerGlass

by duksh

peerglass_dns_propagation

Read-onlyIdempotent

Check DNS propagation globally by querying 10 distributed resolvers simultaneously to identify stale, diverging, or failing responses after DNS changes.

Instructions

Check whether a recent DNS change has propagated globally by querying 10 geographically distributed resolvers simultaneously: Cloudflare (1.1.1.1), Google (8.8.8.8), Quad9, OpenDNS, Comodo, Verisign, Level3, FreeDNS, CleanBrowsing, and Alternate DNS.

Compares each resolver's answer to the majority answer and reports which resolvers are stale, diverging, or failing.

Args: params (DNSPropagationInput): - domain (str): Domain name (e.g. 'cloudflare.com') - record_type (str): DNS record type to check (default: A) - response_format (str): 'markdown' (default) or 'json'

Returns: str: Per-resolver answer table with propagation status and majority answer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations declare readOnly/idempotent status, while the description adds crucial behavioral details: it queries specific named resolvers (Cloudflare, Google, etc.), compares answers against a majority consensus, and classifies results as 'stale, diverging, or failing.' This provides clear execution context beyond the safety hints.

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?

Well-structured with clear Purpose → Args → Returns sections. Lists the 10 specific resolvers to establish scope without excess verbosity. Every sentence conveys necessary information about functionality, comparison logic, or output format.

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 nested input schema and presence of output schema (Returns: str with table description), the description provides sufficient context. The Args section clarifies the wrapper object structure that the schema's 0% top-level coverage obscures, and annotations cover operational safety aspects.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage at the top level (only a $ref), the Args section compensates effectively by documenting the nested structure (params containing domain, record_type, response_format), providing examples ('cloudflare.com'), and noting defaults. It does not mention pattern constraints or enum values explicitly, but covers essential semantics.

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 explicitly states the tool checks 'whether a recent DNS change has propagated globally' using '10 geographically distributed resolvers simultaneously.' It distinguishes from sibling tools like peerglass_dns_resolve by emphasizing propagation status checking and majority consensus logic rather than simple resolution.

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

Usage Guidelines3/5

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

The description implies usage context ('recent DNS change') but does not explicitly state when to use this versus siblings like peerglass_dns_resolve or peerglass_dns_censorship. No 'when-not-to-use' guidance or explicit alternatives are provided.

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/duksh/peerglass'

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