Skip to main content
Glama

bulk_domain_check

Check multiple domain names for availability in one batch. Use parallel WHOIS/RDAP lookups with configurable concurrency to identify available domains across TLDs and name variations.

Instructions

Check multiple domains for availability concurrently. Supports parallel processing with configurable concurrency. Useful for finding available domains across multiple TLDs or name variations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
methodNoLookup method for all domainsauto
domainsYesArray of domain names to check (max 50)
timeoutNoPer-domain timeout in milliseconds (default: 15000)
concurrencyNoNumber of concurrent lookups (1-10, default: 5)
Behavior3/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It does mention concurrent/parallel processing and configurable concurrency, which is useful behavioral context. However, it does not describe failure behavior, timeout handling, whether network requests are made, or how results are returned, leaving notable gaps for an unannotated tool.

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?

The description is short and front-loaded with the core purpose in the first sentence. The second sentence adds relevant detail about configurable parallelism but is somewhat redundant with the word 'concurrently.' Overall, it is efficient with minimal fluff.

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?

There is no output schema and no annotations, yet the description never explains what the tool returns or how availability results are structured. It also omits important operational behavior such as rate limits, error cases, and how the 'auto' method selects between WHOIS and RDAP. For a bulk network tool, this is a meaningful completeness gap.

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

Parameters3/5

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

Schema description coverage is 100%, so all four parameters (method, domains, timeout, concurrency) are already documented structurally. The description adds only general context about multiple domains and parallel processing, not meaningfully new parameter semantics beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a clear, specific action: checking multiple domains for availability, and highlights the concurrent nature. It distinguishes itself from single-domain or lookup-specific siblings like domain_check, whois_lookup, and rdap_lookup through 'multiple domains' and 'concurrently,' though it does not explicitly name those alternatives.

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 gives a useful context clue: 'Useful for finding available domains across multiple TLDs or name variations.' However, it does not explicitly explain when to choose this tool over domain_check or the other lookup siblings, nor does it state conditions where a single-domain lookup would be preferable.

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/kemalabuteliyte/domain-whois-mcp'

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