Skip to main content
Glama
labeveryday
by labeveryday

batch_dns_lookup

Resolve DNS records for multiple hostnames in a single batch operation. Check A, AAAA, CNAME, MX, TXT, or NS records across domains.

Instructions

Perform DNS lookups for multiple hostnames at once.

Use this tool when you need to resolve multiple hostnames or check DNS records for several domains efficiently.

Args: queries: List of hostnames to lookup record_type: DNS record type for all queries (default: A)

Returns: Batch results with per-query records, success/fail counts, and summary

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queriesYes
record_typeNoA
Behavior3/5

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

With no annotations, the description carries the full burden. It mentions the return structure (per-query records, success/fail counts, summary) but lacks details on rate limits, error handling, or authentication. This is adequate but not thorough.

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 with three short sentences plus Args/Returns sections. It is front-loaded with the purpose and provides structured information without unnecessary words.

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 low complexity (2 params, no output schema), the description covers purpose, parameters, and return structure. It could mention the sibling 'dns_lookup' for single queries, but overall it is sufficiently complete.

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?

The input schema has 0% description coverage, but the description adds meaning by explaining 'queries' as a list of hostnames and 'record_type' as DNS record type with default A. This compensates for the schema gap, though it could be more detailed (e.g., hostname format, limits).

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 performs DNS lookups for multiple hostnames at once, using a specific verb and resource. It distinguishes itself from the sibling tool 'dns_lookup' which handles single queries.

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

Usage Guidelines4/5

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

The description explicitly says to use this tool when resolving multiple hostnames or checking DNS records for several domains, providing a clear context. It does not explicitly exclude single lookups, but the context implies batch use.

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/labeveryday/network-mcp'

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