Skip to main content
Glama

domains.tld_details

Look up detailed registry information for a single top-level domain (TLD).

Returns status, TLD type, availability phase, WHOIS and RDAP servers, registry URL, domain counts, delegation dates, registry organization, administrative/technical contacts, and remarks.

Pass the TLD suffix without a leading dot (for example io or com).

Cost = 1 token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tldYesTLD suffix to look up without a leading dot (for example io).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
tldNoTLD suffix without a leading dot.
typeNoTLD category (for example country-code or generic).
levelNoTLD level (1 for standard TLDs).
statusNoDelegation status (for example ACTIVE).
changedNoTLD record last changed timestamp.
createdNoTLD delegation created timestamp.
remarksNoAdditional registry notes or links.
contactsNoRegistry contact records.
rdap_serverNoAuthoritative RDAP server URL.
availabilityNoRegistration phase for the TLD.
organizationNoRegistry operator contact details.
registry_urlNoRegistry web site URL.
whois_serverNoAuthoritative WHOIS server host name.
domains_countNoApproximate registered domain count when reported by the registry.

Schema Changelog

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

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It does well by enumerating the exact output fields (status, TLD type, WHOIS/RDAP servers, etc.) and adding the 'Cost = 1 token' note. It does not mention auth requirements or rate limits, but for a read-only lookup this is acceptable. The description adds substantial behavioral context beyond the schema.

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 perfectly sized and front-loaded. The first sentence states the purpose, followed by a compact list of return fields, an input rule, and a cost note. Every sentence earns its place; no filler or unnecessary detail.

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 a simple one-parameter tool with an output schema and full schema coverage, the description covers the essentials: what it returns, how to format the input, and the cost. It lacks explicit mentions of error conditions or data availability, but these are not critical for a single-TLD lookup and are unlikely to impede selection or invocation.

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 reinforces the parameter meaning ('without a leading dot') and adds one more example ('com'), but this is redundant with the schema's own description. No significant additional meaning is provided beyond what the schema already says.

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 ('Look up') and a precise resource ('detailed registry information for a single top-level domain'). It clearly distinguishes this tool from siblings by emphasizing 'single TLD' and 'detailed registry information', which separates it from domains.whois or domains.rdap. The tool's scope is unmistakable.

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 context for when to use the tool: when you need comprehensive registry details for a single TLD. It also gives an explicit input rule ('without a leading dot'). However, it does not explicitly compare with alternatives like domains.whois or domains.rdap, so it lacks explicit exclusions or when-not guidance.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.