Skip to main content
Glama

Check domain availability

eurodns_domain_check_availability
Read-only

Check if domain names are available to register by querying registries. Returns availability status for each domain, enabling immediate registration decisions.

Instructions

Checks whether domain names are available to register and returns the availability of each. This queries the registries, so it works for any name, registered here or not; for a domain already in the account, eurodns_domain_get has the details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesdomainNames: the fully qualified names to check, e.g. ["example.com", "example.lu"].

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesResponse body as returned by the API.
statusYesUpstream HTTP status code.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changedv0.10.0
    • changedInput schema / properties / body / description
      Previous value: -"Request body."New value: +"domainNames: the fully qualified names to check, e.g. [\"example.com\", \"example.lu\"]."
  2. First observedv0.9.1

TDQS

A4.3/5.0
Behavior4/5

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

The description adds useful behavioral context beyond the annotations by explaining that the tool queries registries, which supports openWorldHint and clarifies why it works for external names. It does not contradict the readOnlyHint or destructiveHint, and the output schema covers return structure.

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 two sentences with no wasted words. The core purpose is front-loaded, and the second sentence efficiently explains scope and directs to the relevant sibling tool.

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?

With a single parameter, a full output schema, and safety annotations already present, the description provides all necessary context. It covers scope, behavior, and the key alternative, leaving no important gap for an agent to invoke the tool correctly.

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?

The input schema already provides complete parameter documentation with a clear example and explanation of 'fully qualified names'. The tool description itself does not add parameter semantics, so the high schema coverage keeps this at the baseline score.

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 specific action: checking whether domain names are available to register and returning availability for each. It also distinguishes itself from eurodns_domain_get by noting that registered account domains should be handled there, making the purpose and scope unambiguous.

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 explicit guidance on when to use this tool by stating it queries registries and works for any name, whether registered here or not. It also names eurodns_domain_get as the alternative for domains already in the account, giving clear routing advice.

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

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/JigSawFr/eurodns-mcp'

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