Skip to main content
Glama

Get a custom domain

dropthis_domains_get
Read-onlyIdempotent

Retrieve a custom domain's stored state and DNS setup instructions by its dom_ id or hostname. See status, mode, default flag, and next-step guidance without a live DNS check.

Instructions

Fetch one custom domain's STORED state by its dom_… id or hostname: status (pending_dns/verifying/live/failed), mode, default flag, the DNS record to create (dns[] with name → value and the stored diagnostic hints), and next-step guidance. Reads what dropthis last recorded — it does NOT run a live DNS check; to re-check DNS/TLS and advance the status, call dropthis_domains_verify. Use to re-read the CNAME instructions for a connected domain, or to check a domain's state on a read-only connection. For one row per domain across the account use dropthis_domains_list.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesThe `dom_…` id or the hostname of the domain to fetch.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
dnsNo
modeNo
nextNo
dropIdNo
statusNo
defaultNo
hostnameNo
consoleUrlNo
retryAfterNo
verifiedAtNo
failureReasonNo
Behavior5/5

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

Annotations already declare read-only and idempotent hints, and the description adds the critical behavioral context that it 'does NOT run a live DNS check' and only reads what dropthis last recorded. This is valuable beyond the 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?

The description is concise and well-structured: it states what is returned, clarifies a key limitation, gives use cases, and points to a sibling for list queries. Every sentence earns its place with no filler.

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 tool's complexity and the presence of an output schema, this description is complete: it covers return fields (status, mode, DNS record, etc.), the stored-state behavior, and next-step guidance. It fully addresses the context needed for correct 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?

The single parameter 'domain' is fully described in the schema as 'The `dom_…` id or the hostname'. The description repeats this same information without adding extra semantic detail, so the baseline 3 applies.

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 explicitly states the tool 'Fetch one custom domain's STORED state' by ID or hostname, and clearly distinguishes it from dropthis_domains_verify and dropthis_domains_list. The verb+resource+scope are specific and unambiguous.

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?

It provides explicit when-to-use scenarios ('re-read the CNAME instructions', 'check a domain's state on a read-only connection') and names alternatives for other needs (verify, list). This is clear guidance versus siblings.

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/dropthis-dev/dropthis-mcp'

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