Domains/get_domain_nameservers
Tool · Domains

get_domain_nameservers

Get the registrar nameservers for one of the caller's domains by ID.

Read-onlyIdempotentOpen‑worldscope read:domains

Invoked over the MCP transport with a tools/call request naming this tool.

Authorization #

Requires a valid OAuth 2.1 bearer access_token whose grant includes the read:domains scope — View your registered domains and their details. The broker resolves the caller from the token and returns only records the account owns.

Parameters #

idintegerRequired

Response #

200 · application/json

domain_idinteger
nameserversarray<string>
messagestring

Errors #

ResultWhen
{ "error": "lookup_failed" }See the tool description for when this result is returned.
{ "error": "not_found" }The requested item does not exist, or it belongs to another account. Cross-account IDs are indistinguishable from missing ones by design.