Skip to main content
Glama

Dns Resolve

dns_resolve
Read-only

Resolve A, AAAA, CNAME, MX, NS, and TXT records to flag dangling CNAMEs without address records, identifying subdomain takeover candidates for verification.

Instructions

Resolve hosts and return A/AAAA/CNAME/MX/NS/TXT records.

Flags hosts whose CNAME resolves but which have no address record — the shape of a dangling delegation. Those are candidates for takeover_verify, never findings on their own.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYes
record_typesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv2.1.0

TDQS

A4.3/5.0
Behavior5/5

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

The description aligns with the readOnlyHint annotation and further clarifies that the tool does not produce final findings but only candidates, adding transparency beyond the annotation.

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?

The description is concise and well-structured, combining the core action with a relevant caveat about dangling delegation, with no superfluous information.

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?

The description adequately conveys the main behavior and output (records plus flags), and the existence of an output schema is noted. Minor gap: exact output format is not described, but the simple nature of the tool makes it sufficiently complete.

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

Parameters1/5

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

Schema description coverage is 0% and the description does not explain the parameters 'target' or 'record_types'. The names are somewhat self-explanatory, but the description fails to compensate for lack of schema-level descriptions, leaving ambiguity for an agent.

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?

Clearly states it resolves hosts and returns specific record types (A/AAAA/CNAME/MX/NS/TXT), and distinguishes its role from sibling tools like dns_permute by mentioning the dangling delegation use case.

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?

Provides explicit guidance on when to use: for resolving DNS records and identifying potential dangling delegations, and explicitly says these are candidates for takeover_verify, not findings on their own.

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/iamsecure1920/Cordon-AI'

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