Skip to main content
Glama
ORDNET

ORDnet MCP Server

Official
by ORDNET

Check Domain Availability

ordnet_domain_check
Read-onlyIdempotent

Check domain name availability for registration on ORDnet. Provide a name and optional extension to see if it's free, with owner and inscription details.

Instructions

Check if a domain name is available for registration.

Args:

  • name (string): Domain name without extension (e.g., "myname")

  • extension (string): Domain extension (default: .sats)

Returns: { available: boolean, owner?: string, inscriptionId?: string }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesDomain name to check (without extension, e.g., "myname")
extensionNoDomain extension (default: .sats).sats
Behavior4/5

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

Annotations already cover read-only, idempotent, non-destructive traits. The description adds value by specifying the return shape ({ available: boolean, owner?, inscriptionId? }), which is not in the annotations or an output schema. It does not describe error conditions, but for a read-only check this is acceptable.

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 compact and front-loaded with the purpose, followed by concise Args and Returns sections. Every sentence serves a purpose; no filler or unnecessary verbosity.

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?

Given the simple two-parameter read-only tool, high schema coverage, and complete annotations, the description adequately covers what the tool does, its inputs, and output structure. With no output schema, the returns section is essential and provided clearly.

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 both name and extension are fully described in the schema. The description's Args section essentially repeats the schema descriptions without adding new meaning (e.g., extension default is already in schema). Hence no added value beyond 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 function with a specific verb and resource: 'Check if a domain name is available for registration.' It distinguishes from siblings like ordnet_domain_info and ordnet_domain_search by focusing on availability for registration, not general info or search.

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 implies usage context—checking availability before registration—but does not explicitly mention alternatives or when not to use the tool. It gives clear context but lacks explicit exclusions or references to sibling tools.

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/ORDNET/ORDnet-MCP-Server'

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