Skip to main content
Glama

Bulk Domain Availability Check

domain_bulk_check_availability
Read-onlyIdempotent

Check availability of up to 100 domain names in a single request. Returns whether each domain is available and the status of the check.

Instructions

Check domain name availability for up to 100 domains at once. Returns a 'bulk_domain_availability_response' array one result per input domain. Each result includes 'domain', 'domainAvailability' (true/false), and 'status' (true if the check succeeded). Always verify 'status' before trusting 'domainAvailability'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domain_namesYesList of domain names to check availability for (max 100). Example: ["example.com", "mybrand.io"]
sourceNoData source for the availability check: 'dns' (faster) or 'whois' (more accurate). Defaults to 'dns'.dns
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true. The description adds value by detailing the response structure (array with domain, domainAvailability, status) and a critical behavioral caveat (verify status). No contradictions.

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 three sentences: first states purpose, second explains output structure, third gives a crucial warning. No unnecessary words; front-loaded with the core action.

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, the description adequately explains the return format and a safety check. It does not cover error handling or rate limits, but annotations (readOnlyHint, idempotentHint) provide some context. For a bulk check tool, it is reasonably complete.

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 the baseline is 3. The description does not repeat parameter details, but the schema sufficiently documents them (domain_names with maxItems and example, source with enum and default). The description adds no extra parameter semantics.

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 action ('check domain name availability'), the resource ('domain name'), and the scope ('up to 100 domains at once'). This effectively distinguishes it from sibling tools like 'domain_check_availability' (single domain) and 'domain_check_availability_with_suggestions'.

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 provides clear guidance on interpreting results ('Always verify status before trusting domainAvailability'), but does not explicitly mention when to use this bulk tool over the single domain alternative. The bulk aspect is implicit.

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