Skip to main content
Glama

RDAP API

Tlds Tool

tlds

List the TLDs this API can query, or describe one: which RDAP server answers for it, since when it has been supported, and how often that server fills each field. Metadata, so it never counts against the monthly quota.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tldNoA single TLD to describe, e.g. "com" or ".io". Omit to list every supported TLD by name.
sinceNoList only the TLDs added after this ISO 8601 date, e.g. "2026-01-01". Ignored when "tld" is given.
serverNoList only the TLDs served by this host, RDAP or WHOIS, e.g. "rdap.verisign.com". Ignored when "tld" is given.

Schema Changelog

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

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations to lean on, the description carries the behavioral burden. It discloses that this is a metadata operation, that it will not consume the monthly quota, and what information it returns when describing a specific TLD. It does not detail response format or rate-limit behavior, but for a read-only metadata tool the disclosed traits are meaningful and sufficient.

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 no filler. The primary action is front-loaded, the detailed return values are briefly summarized, and the quota-exemption note is a valuable standalone behavioral detail. Every sentence earns its place.

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?

The tool is simple, has zero required parameters, and the schema covers all parameter semantics. The description fills the remaining gap by explaining what the response will contain in both list and describe modes, and it adds operational context via the quota note. Nothing material is missing for an agent to decide when and how to invoke it.

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?

All three parameters are already fully documented in the input schema, so the baseline is 3. The description adds useful context for the 'tld' parameter by naming the exact fields returned, but it does not add meaning for 'since' or 'server' beyond what the schema already provides.

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's dual function: list all supported TLDs or describe one with specific details like the answering RDAP server, support date, and field fill frequency. This is a specific verb+resource combination that distinguishes it from the sibling lookup tools, which all perform network/data lookups rather than API metadata discovery.

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 gives strong contextual guidance by labeling the operation as metadata and explicitly noting it never counts against the monthly quota, signaling safe exploratory use. It does not explicitly name alternative tools or provide when-not-to-use conditions, but the framing clearly separates this discovery/metadata tool from the lookup-focused siblings.

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.

TDQS

A4/5.0
Disambiguation5/5

Each tool targets a distinct RDAP object type—ASN, domain, batch domain, entity handle, IP, nameserver, or TLD metadata—so an agent can clearly select the right one. The only potential overlap, domain-lookup versus bulk-domain-lookup, is explicitly differentiated as single versus pooled lookup.

Naming Consistency4/5

Six tools follow a consistent object-lookup pattern with snake_case, making the set predictable. The tlds tool breaks the pattern by using a bare noun instead of something like list-tlds or tld-lookup, but the deviation is minor and still readable.

Tool Count5/5

Seven tools is a well-scoped size for an RDAP-focused API: one tool per primary RDAP object type plus a batch variant and a metadata tool. There is no bloat or redundancy.

Completeness5/5

The surface covers the core RDAP object classes—IP networks, ASNs, domains, nameservers, and entities—plus useful TLD metadata and batch lookup functionality. As a read-only RDAP service, it has no obvious dead ends or missing critical operations.

Resources