Skip to main content
Glama
duksh

PeerGlass

by duksh

peerglass_dns_resolve

Read-onlyIdempotent

Resolve hostnames or reverse-lookup IP addresses and correlate results with RDAP registration data including holder, country, and network prefix details.

Instructions

Resolve a hostname or reverse-lookup an IP address and correlate the result with RDAP registration data (holder, country, RIR, covering prefix).

Args: params (DNSResolveInput): - target (str): Hostname or IP address (e.g. '8.8.8.8', 'cloudflare.com') - record_type (str): DNS record type — A, AAAA, PTR, MX, TXT, NS, CNAME … - response_format (str): 'markdown' (default) or 'json'

Returns: str: DNS records table + RDAP owner details for each resolved IP.

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 context about the specific RDAP fields returned (holder, country, RIR, covering prefix) and the output format (DNS records table + RDAP details), which goes beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The Args/Returns structure is organized and front-loaded with the core purpose, but the inclusion of the non-existent record_type parameter wastes space and creates confusion. The length is otherwise appropriate for the complexity.

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

Completeness3/5

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

The description adequately explains the return value (string with table + RDAP details) which complements the existing output schema. However, the parameter documentation is incomplete/inaccurate due to the phantom parameter, and it lacks guidance on rate limits or auth needs despite openWorldHint being true.

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

Parameters2/5

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

Given 0% schema description coverage per context signals, the description attempts to compensate by documenting parameters with examples (e.g., '8.8.8.8', 'cloudflare.com'). However, it erroneously documents a 'record_type' parameter that does not exist in the input schema, which could confuse the agent about available functionality.

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 resolves hostnames or reverse-looks up IPs and specifically distinguishes itself from basic DNS tools by correlating results with RDAP registration data (holder, country, RIR, covering prefix). The specific verb+resource combination is precise.

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 through the RDAP correlation feature but provides no explicit guidance on when to use this versus siblings like peerglass_dns_enumerate, peerglass_geo_lookup, or rir_query_ip. It does clarify it handles both forward and reverse lookups.

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