Skip to main content
Glama
LearnerSumit

domain-checker-mcp

by LearnerSumit

Check domain availability

check_domain_availability
Read-onlyIdempotent

Checks if a domain name is available for registration by validating the TLD and querying WHOIS.

Instructions

Check whether a domain name is available for registration. Provide the name and TLD separately (e.g. name "mybrand", tld "ai"). Returns availability, whether the TLD is valid, and which lookup method (usually WHOIS) was used.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tldYesThe top-level domain, e.g. "ai", "com", "io". A leading dot (".ai") is accepted.
nameYesThe domain name without the TLD or a leading dot, e.g. "mybrand". Do not pass a full URL.
Install Server

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, openWorld, and non-destructive behavior. The description adds useful behavioral detail beyond that by naming the return fields (availability, TLD validity, lookup method) and noting WHOIS is typical. No contradictions with annotations.

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?

Three concise sentences: the first states purpose, the second gives input guidance, the third describes the output. No filler or redundant content.

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

Completeness5/5

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

For a simple read-only tool with two fully documented parameters, the description covers invocation and return values, and annotations cover side-effect safety. Nothing essential is missing.

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%, and the schema already documents both `name` and `tld` with examples and constraints. The description's 'provide name and TLD separately' mostly reinforces the schema rather than adding new semantic meaning.

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 states a specific verb ('Check whether a domain name is available for registration') and a clear resource. It also explains the input pattern, making the tool's purpose unambiguous even without sibling tools to differentiate.

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 makes the usage context clear: use it to check domain availability for registration. There are no sibling tools to contrast with, so explicit exclusions aren't necessary. It could be more explicit about when not to use it, but the intent is obvious.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/LearnerSumit/domain-checker-mcp'

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