Skip to main content
Glama

Vältgeist Domains

Server Details

Daily GoDaddy auction data: is a domain at auction, its appraisal, price and bid count.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.1/5 across 5 of 5 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a clearly distinct aspect of GoDaddy domain auction data: market overview, per-TLD stats, bid rate analysis, live auction listings, and single-domain lookup. There is no overlap in purpose.

Naming Consistency3/5

Tool names are descriptive but inconsistent in pattern: 'list_auctions' and 'lookup_domain' use verb_noun, while 'bid_rates', 'market_stats', and 'tld_stats' use noun_noun. The mix of imperative and declarative styles could confuse an agent about which tools are actions vs. data queries.

Tool Count5/5

With 5 tools, the server is well-scoped for its domain. Each tool provides a distinct function without redundancy, and the count is neither too thin nor too heavy for a specialized domain auction data server.

Completeness5/5

The tool set covers the essential operations for querying GoDaddy auction market data: aggregate stats, per-TLD breakdown, bid rate insights, a live auction list, and individual domain lookup. No obvious gaps exist for the stated purpose.

Available Tools

5 tools
bid_ratesAInspect

How the share of listings carrying a bid varies by GoDaddy appraisal band and by how close the auction is to closing. Useful for judging whether an appraisal means anything at a given value, and for telling a domain owner whether their listing is in a band where anything trades.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior2/5

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

No annotations are provided, so the description carries the full burden of disclosing behavior. It describes the analytical insight but does not explain side effects, permissions, or output format. Since the tool has no parameters, the agent might expect a simple data return, but the lack of output schema and any mention of result structure leaves ambiguity.

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 two sentences. The first sentence explains the core metric, and the second adds practical applications. It is front-loaded and compact, though the first sentence is slightly jargon-heavy. Still, it earns its place with no wasted words.

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

Completeness3/5

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

For a tool with no parameters and no output schema, the description outlines the data dimensions (appraisal band, auction closing proximity) and use cases. However, it does not specify the output format (e.g., table, chart) or whether results are aggregated per band. Given low complexity, it is decent but not fully complete.

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

Parameters4/5

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

The tool has zero parameters, and schema description coverage is 100% (trivially). The description adds value by explaining what the tool returns, which is appropriate for a parameterless tool. Baseline for 0 params is 4, and the description meets that.

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 tool provides information on how bid rates vary by GoDaddy appraisal band and auction closing proximity. It distinguishes itself from siblings like list_auctions, lookup_domain, market_stats, and tld_stats by focusing specifically on bid rates in relation to appraisal bands.

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 explicitly mentions two use cases: judging whether an appraisal is meaningful at a given value and telling domain owners if their listing is in a band where trades occur. While it does not explicitly state when not to use it or compare to alternatives, the context is clear enough for the agent to decide.

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

list_auctionsAInspect

List live GoDaddy auctions that already carry at least one bid. Sort by soonest closing, most bids, biggest appraisal-to-price gap, or lowest price. Filter by extension and maximum price. Auctions that have already closed are excluded.

ParametersJSON Schema
NameRequiredDescriptionDefault
tldNoRestrict to an extension, e.g. com
sortNoDefault closing.
limitNo1 to 200, default 25.
max_priceNoOnly auctions at or below this price in USD.
Behavior4/5

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

With no annotations provided, the description carries full burden and does well: it clarifies that only auctions with at least one bid are returned, that closed auctions are excluded, and outlines sorting and filtering behaviors. It could mention pagination or rate limits, but for a read-only list tool, this is strong.

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 concise sentences, each adding essential information: what is listed, how to sort, how to filter. No wasted words, and the most critical line ('auctions with at least one bid') comes first.

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 zero required parameters, no output schema, and moderate complexity with 4 parameters and a filter, the description covers the key facets (live, bidding, sorting, filtering, exclusion). It lacks explicit mention of pagination or that the default sort is 'closing', but overall is nearly complete for an agent.

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 schema already documents all parameters well. The description adds context about sorting options ('soonest closing, most bids...') and filter behavior ('only auctions at or below this price'), but does not add new parameter semantics beyond enumerating the sort options.

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 uses a specific verb ('list') and resource ('live GoDaddy auctions'), and clearly scopes to auctions with at least one bid. It distinguishes itself from siblings like 'lookup_domain' or 'market_stats' by focusing on live auctions with active bids.

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 states the tool is for finding auctions that are closing soon, have many bids, or good value, and that closed auctions are excluded. It does not explicitly list when not to use it or name alternatives, but the context from siblings and the specific criteria imply appropriate use.

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

lookup_domainAInspect

Check whether a specific domain is currently listed in a GoDaddy expiry or Buy Now auction, and if so its appraisal, current price, bid count and close time. Use this before suggesting a domain name to someone, so the suggestion is one they can actually buy. Covers GoDaddy auctions ONLY: a "not listed" result says nothing about whether the domain is registered or available elsewhere.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainYesFull domain, e.g. example.com
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses the tool only covers GoDaddy auctions, the types of data returned (appraisal, price, bid count, close time), and the caveat about 'not listed' not indicating registration status. It does not mention authentication, rate limits, or error handling, but the core behavioral scope is well covered.

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, each serving a distinct purpose: function and return values, usage guidance, and scope clarification. No redundant or extraneous words; information is front-loaded with the primary 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 the tool's simplicity (one parameter, no output schema), the description adequately explains what it returns and its limitations. It could be more complete by mentioning that the domain must be valid or noting response format, but it sufficiently covers the essential information for an agent to use it 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?

Schema coverage is 100% with the 'domain' parameter described as 'Full domain, e.g. example.com'. The description adds that the tool checks if the domain is listed, which reinforces the purpose but does not add new semantic details beyond the schema. Baseline 3 is appropriate.

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 the tool checks a specific domain for listing in GoDaddy auctions and returns appraisal, price, bid count, and close time. It clearly distinguishes from sibling tools like 'list_auctions' (lists auctions) and 'bid_rates' (rates), as it focuses on a single domain lookup.

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 explicitly advises to use this tool before suggesting a domain name, ensuring the suggestion is purchasable. It also clarifies the scope (GoDaddy auctions only) and the limitation that a 'not listed' result does not imply availability elsewhere. However, it does not explicitly contrast with sibling tools or state when not to use it.

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

market_statsAInspect

Headline figures for the GoDaddy auction market today: how many domains are listed, how many carry a bid, median appraisal, and the measured CEILING on how often a listed domain sells. The sell-through figure is an upper bound and not a rate: a seller withdrawing a listing looks identical to a sale in this feed. Do not quote it as the probability a domain will sell.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

No annotations are provided, so the description carries full responsibility. It discloses key behavioral traits: the sell-through figure is an upper bound (not a rate) because withdrawals appear as sales, and it warns against misinterpreting it as a probability. This is valuable transparency beyond a simple listing.

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 sentences with no filler. The purpose is stated first, followed by the list of metrics and a critical caveat. Every sentence earns its place.

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?

No output schema exists, but the description enumerates the main metrics and clarifies the tricky sell-through interpretation. It could be more explicit about the exact field names or data types, but for a simple aggregate snapshot, the coverage is sufficient.

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

Parameters4/5

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

There are zero parameters, and the schema coverage is 100% (empty). The description adds meaning by explaining what the output metrics represent, which is sufficient for this parameterless tool.

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 specifies a clear verb ('provides headline figures') and resource ('GoDaddy auction market today'), and lists concrete metrics (domains listed, with bids, median appraisal, sell-through ceiling). It is distinct from sibling tools like bid_rates or list_auctions, which focus on rates or individual auctions.

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 the tool is for a quick market snapshot, but it does not explicitly state when to prefer this tool over alternatives (e.g., bid_rates for detailed rates, lookup_domain for a single domain). No when-not-to-use guidance is provided.

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

tld_statsAInspect

Bid rate and average appraisal for each domain extension with at least 400 listings. Shows which extensions actually attract bidders and which are dead inventory.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior3/5

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

The description discloses a key behavior: results are filtered to extensions with at least 400 listings. It also frames output as actionable (attract bidders vs dead inventory). However, with no annotations, it does not cover aspects like data freshness, performance, or that the tool is read-only, leaving some behavioral traits unspecified.

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?

Two sentences with zero waste. The first sentence states the core function and condition, the second adds interpretive value. Well front-loaded.

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 sufficiently explains the output (bid rate and average appraisal per TLD) and the minimum listing threshold. Minor gap: it does not enumerate the exact fields returned, but this is acceptable for a simple, no-parameter tool.

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

Parameters4/5

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

Schema coverage is 100% with no parameters, so baseline is 4. The description adds meaning by explaining what the tool returns (bid rate, average appraisal) and the filtering threshold, going beyond the empty schema.

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 tool provides 'bid rate and average appraisal for each domain extension with at least 400 listings.' It uses specific verbs and identifies the resource (domain extensions), distinguishing it from sibling tools like bid_rates (likely per-domain) and market_stats (general statistics).

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 for assessing TLD performance and identifying active vs dead inventory, but it does not explicitly state when to use this tool over siblings or provide any exclusions. With no parameters, the context is straightforward, but explicit guidance is missing.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Domain intelligence for DNS, WHOIS/RDAP, SSL/TLS, subdomain discovery, availability, valuation, email security, and typosquatting and brand protection.
    1
    1
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Confidence-scored domain availability checking for AI agents via real-time DNS and WHOIS lookups. Bulk check up to 100 domains, WHOIS enrichment, and quota monitoring. All tools are read-only.
    3
    1
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    Enables checking domain availability and pricing using the GoDaddy OTE API, supporting multiple TLD suffixes and both fast and full check modes.
    1
    2

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources