Skip to main content
Glama

dns

Domain → a SIGNED, timestamped DNS snapshot (A, AAAA, MX, NS, TXT, CNAME, SOA), normalised + sorted into a byte-stable record set with an offline-verifiable provenance receipt — proving exactly what the zone resolved to at that moment. Keyless, no LLM, no signup. (Normalisation is deterministic; DNS itself is mutable across time/TTL/geo — which is the very reason the snapshot is timestamped + signed.) — $0.006/call

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoalternative to ?domain= — any http/https URL; the registrable hostname is resolved.
domainNothe domain to resolve (e.g. example.com). A full URL is also accepted; its hostname is used.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

No annotations exist, so the description carries the full burden. It discloses the tool is read-only (no mutation), produces signed/timestamped output, mentions determinism, and notes DNS mutability. However, it lacks details on error handling, rate limits, or response size, which would improve transparency.

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 moderately long but every sentence adds meaningful detail (purpose, normalization, verification, pricing). It could be slightly tighter (e.g., remove 'Keyless, no LLM, no signup' if not essential), but remains well-structured and front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, the description provides a reasonable picture: a record set with a provenance receipt. However, it does not specify the structure or examples of the output, which an agent may need to parse the result correctly. The uniqueness among siblings compensates slightly.

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 100% schema coverage, the description adds value by explaining that a URL's hostname is extracted and that domain is the primary parameter. This clarifies the alternative parameter and its behavior beyond the schema's basic descriptions.

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 produces a signed, timestamped DNS snapshot with specific record types (A, AAAA, MX, NS, TXT, CNAME, SOA), normalized and sorted. This distinguishes it from sibling tools like fetch or headers which focus on HTTP responses.

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 use for DNS resolution and provenance but does not explicitly state when to use this tool versus alternatives like fetch or notarize. No exclusions or alternative tool names are mentioned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.