Skip to main content
Glama

Get a domain

eurodns_domain_get
Read-onlyIdempotent

Retrieve details for a domain you already own, including status, expiry, renewal method, contacts, and nameservers, to verify or manage its configuration.

Instructions

Returns one domain already registered in this account: its status, expiry, renewal method, contacts and nameservers. Use it for a domain you hold; to learn whether a name can be registered use eurodns_domain_check_availability, and to find domains by criteria eurodns_domain_search.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainNameYesFully qualified domain name, e.g. example.com, as listed by eurodns_domain_search.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesResponse body as returned by the API.
statusYesUpstream HTTP status code.

Schema Changelog

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

  1. Changed1 schema field changedv0.10.0
    • changedInput schema / properties / domainName / description
      Previous value: -"The exact domain name"New value: +"Fully qualified domain name, e.g. example.com, as listed by eurodns_domain_search."
  2. First observedv0.9.1

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds value beyond annotations by scoping the operation to domains 'already registered in this account' and disclosing the returned data categories (status, expiry, renewal method, contacts, nameservers). No contradiction with annotations.

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, zero filler, with the core purpose front-loaded in the first sentence and sibling routing efficiently packed into the second. Every clause earns its place, and the semicolon-separated alternatives remain readable.

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?

For a single-parameter read tool with a full output schema and safety annotations, nothing essential is missing. The description covers what the tool returns, which account scope it operates on, and routes both related use cases (availability checking and search) to the correct siblings.

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 the single parameter's schema description is already strong ('Fully qualified domain name, e.g. example.com, as listed by eurodns_domain_search'). The tool description adds no new parameter-level detail beyond reinforcing the account-scoping context, so the baseline of 3 is appropriate — the schema carries the burden adequately.

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 a specific verb ('Returns'), a specific resource ('one domain already registered in this account'), and enumerates exactly what is returned (status, expiry, renewal method, contacts, nameservers). It also differentiates itself from sibling tools by naming eurodns_domain_check_availability and eurodns_domain_search as distinct tools for other purposes.

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?

The description gives explicit when-to-use guidance: 'Use it for a domain you hold'. It then names two alternatives with the conditions that select them — check availability via eurodns_domain_check_availability, find by criteria via eurodns_domain_search. This is fully explicit routing with no inference required.

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

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/JigSawFr/eurodns-mcp'

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