Skip to main content
Glama
seomarlboro

DigMyName — Domain Check & Registrar Pricing

get_domain_age

Get the registration year and expiration date of a registered domain to assess its age and potential expiry. Uses RDAP and does not report availability.

Instructions

Return the registration (creation) year and expiration date of a TAKEN domain, via RDAP. Use to gauge how long a name has been held or when it may expire; it does NOT report availability (use check_domain for that). Returns a 'could not determine' notice for names with no RDAP creation record (some ccTLDs, e.g. .co).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesA fully-qualified domain including its TLD, e.g. 'acme.com'. Meaningful only for taken/registered domains; available names have no registration date.
Behavior4/5

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

With no annotations, the description carries the behavioral transparency burden. It discloses the RDAP mechanism, that it only works for taken/registered domains, and the 'could not determine' edge case for ccTLDs like .co. It could provide more detail on exact output formatting, but it is adequately transparent.

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, all information-dense: the core action, the use case, the sibling distinction, and the edge-case limitation. No filler or redundant content.

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?

This is a simple one-parameter tool with complete schema coverage and no output schema. The description covers purpose, applicability, limitation, and sibling differentiation, making it complete for an agent to select and invoke 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%, so baseline is 3. The schema already describes the domain parameter as fully-qualified and meaningful only for taken domains; the description reinforces this but adds little semantic detail beyond what the schema 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?

Description opens with a specific verb+resource: 'Return the registration (creation) year and expiration date of a TAKEN domain, via RDAP.' It clearly states what the tool does and explicitly distinguishes it from check_domain by noting it does NOT report availability.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use the tool: 'Use to gauge how long a name has been held or when it may expire.' It also names the alternative for availability checks: 'use check_domain for that.' The scope (taken domains only) is clearly stated.

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

Install Server

Other Tools

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/seomarlboro/digmyname'

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