Skip to main content
Glama
hofmeister

@hofmeister/godaddy-mcp

by hofmeister

check_domain_availability

Read-only

Check domain registration availability and view indicative per-term pricing. Use ACCURACY to force a live registry check for current results.

Instructions

Check whether one or more domains are available for registration, with indicative per-term pricing (registration and renewal prices, converted from cents to whole currency units). Read-only; no payment method required. Use ACCURACY for a live registry check.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainsYesDomain names to check, e.g. ["mysite.com", "mysite.net"].
iscCodeNoISC discount code for pricing context.
optimizeForNoSPEED (default) uses cached data; ACCURACY forces a live registry check with higher latency. Availability is re-verified at quote time either way.

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior4/5

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

The readOnlyHint annotation already declares the read-only nature, and the description reinforces it with 'Read-only; no payment method required.' It adds value beyond annotations by disclosing that pricing is indicative, per-term (registration/renewal), and converted from cents to whole currency units. No contradiction 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 short sentences front-load the primary function first, then add the read-only/payment guard, then the accuracy tip. Every sentence adds a distinct fact and there is no filler.

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?

For a read-only check with 3 well-documented parameters and no output schema, the description conveys the core result domain: availability plus registration/renewal pricing in whole units. It does not specify the exact response structure, but the schema covers optimizeFor behavior and the tool is simple enough that the description is largely sufficient.

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 explains domains, iscCode, and optimizeFor (including the SPEED/ACCURACY trade-off). The description adds little beyond 'one or more domains' and a pointer to ACCURACY for a live check, so it mostly relies on the schema's detailed property descriptions.

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 opens with a specific verb ('Check') and resource ('whether one or more domains are available for registration'), making the primary function concrete. It also states 'Read-only; no payment method required,' which implicitly distinguishes it from registration, quoting, and suggestion siblings.

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 implies usage context: it is a read-only pre-registration check with no payment required, and it advises 'Use ACCURACY for a live registry check.' However, it never explicitly names alternatives or states when to prefer this tool over list_domains, suggest_domains, or get_registration_quote, so routing between tools is left to inference.

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/hofmeister/godaddy-mcp'

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