Skip to main content
Glama

Bulk DNS Lookup

dns_bulk_lookup
Read-onlyIdempotent

Retrieve DNS records (A, AAAA, MX, NS, SOA, SPF, TXT, CNAME) for up to 100 hostnames in a single request. Each entry includes a status indicator for failed lookups.

Instructions

Retrieve real-time DNS records for up to 100 hostnames at once. Supports A, AAAA, MX, NS, SOA, SPF, TXT, and CNAME record types. The response is an array under 'bulk_dns_info'. If a single hostname fails its entry has status=false while the rest are still returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domain_namesYesList of hostnames or URLs to look up DNS records for (max 100). Example: ["google.com", "cloudflare.com"]
record_typesYesList of DNS record types to retrieve. Allowed values: 'A', 'AAAA', 'MX', 'NS', 'SOA', 'SPF', 'TXT', 'CNAME', 'all'. Use ['all'] to retrieve every supported type in one request.
Behavior4/5

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

Annotations already indicate read-only, idempotent, open-world. Description adds that response is an array under 'bulk_dns_info' and that partial failures are gracefully handled, which is useful context beyond annotations.

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?

Two sentences pack essential info (bulk, record types, response structure, error handling) without fluff. Could be slightly more structured but still concise and front-loaded.

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 no output schema, description sufficiently explains the response structure and error handling. However, it lacks details on rate limits, authentication needs, or performance thresholds, which are common for such tools.

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?

Schema covers both parameters with descriptions (100% coverage). Description adds value by explaining the response structure, partial failure behavior, and the max 100 constraint, enhancing understanding beyond raw 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?

Clearly states 'Retrieve real-time DNS records for up to 100 hostnames at once', lists supported record types, and distinguishes from siblings like dns_lookup (single) and dns_history by focusing on bulk retrieval.

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?

Specifies the tool handles up to 100 hostnames and partial failures, but does not explicitly contrast with single-lookup alternatives or mention when to choose this over dns_history or dns_reverse.

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/api-freaks/apifreaks-mcp'

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