Skip to main content
Glama

network_dns_resolve

Resolve DNS records for a hostname, returning data for types including A, AAAA, MX, CNAME, TXT, NS, SOA, and PTR.

Instructions

[SAFE] Resolve a hostname using DNS lookup with support for various record types

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostnameYes
typeNo
Behavior2/5

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

The only behavioral clue is '[SAFE]', implying non-destructiveness, but this is minimal. With no annotations, the description should disclose potential network dependencies, timeouts, or result format. These are absent, leaving the agent underinformed.

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

Conciseness2/5

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

The description is extremely brief, consisting of a single sentence. While concise, it sacrifices essential information about usage and options, making it less useful than it should be.

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

Completeness2/5

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

For a simple tool with no output schema, the description should clarify what the result contains (e.g., IP addresses, records). This is missing. Combined with weak parameter semantics, the description feels incomplete.

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?

Schema coverage is 0%, so the description must add meaning to parameters. It mentions 'various record types' but does not list them or explain the hostname format. The enum for 'type' is documented only in the schema, not the description, adding no value.

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 'Resolve a hostname using DNS lookup with support for various record types' clearly states the action (resolve), resource (hostname), and scope (DNS lookup with various record types). It distinguishes from sibling tools like dns_records and dns_zone_query by focusing on resolution of a specific hostname.

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

Usage Guidelines2/5

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

No guidance is provided about when to use this tool versus alternatives. The description does not mention use cases, prerequisites, or situations where another tool (e.g., dns_records) would be more appropriate.

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/skyvanguard/infra-ops-mcp'

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