Skip to main content
Glama
duksh

PeerGlass

by duksh

peerglass_dns_enumerate

Read-onlyIdempotent

Retrieve comprehensive DNS records for a domain including A, AAAA, MX, NS, TXT, SOA, CNAME, CAA, SRV records with TTL values and extract SPF/DMARC policies.

Instructions

Enumerate all common DNS record types for a domain in one call: A, AAAA, MX, NS, TXT, SOA, CNAME, CAA, SRV — plus extracts SPF and DMARC policies inline.

Args: params (DNSEnumerateInput): - domain (str): Domain name (e.g. 'cloudflare.com') - response_format (str): 'markdown' (default) or 'json'

Returns: str: Per-type record tables with TTL values and extracted SPF/DMARC.

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 already declare readOnlyHint, idempotentHint, and openWorldHint. The description adds valuable behavioral context beyond these: it specifies the return format includes 'Per-type record tables with TTL values' and clarifies that SPF/DMARC policies are extracted 'inline' rather than requiring separate calls. It does not mention error behaviors for invalid domains.

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 clear sections (action, Args, Returns) and front-loaded with the primary verb. Every sentence provides specific value: the record type list, the extraction feature, parameter types, and return structure. The docstring format adds slight verbosity but improves scanability.

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 the rich annotations (4 hints) and the presence of an output schema, the description provides sufficient context by detailing what data is returned (tables with TTL) and the specific record types covered. It appropriately focuses on functional specifics rather than re-stating safety properties already covered by annotations.

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 schema description coverage reported at 0% (the 'params' wrapper lacks description), the description carries the full burden. It clearly documents both parameters: domain with type and example, and response_format with type, allowed values ('markdown', 'json'), and default value. It does not mention domain length constraints present in the schema.

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 specific action (enumerate), resource (DNS record types), and comprehensive scope (A, AAAA, MX, NS, TXT, SOA, CNAME, CAA, SRV). It also distinguishes this from sibling tools by emphasizing 'all common... in one call' and highlighting the bonus SPF/DMARC extraction feature.

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 this is a comprehensive enumeration tool via 'in one call' and the exhaustive list of record types, suggesting use when complete DNS data is needed. However, it lacks explicit guidance on when to prefer this over siblings like peerglass_dns_resolve or peerglass_dns_email_security, and doesn't advise on selecting between markdown vs JSON formats.

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