Skip to main content
Glama

Sherlock Domains MCP

by Fewsats

dns_records

Retrieve DNS records for a specific domain by providing its UUID. Obtain details including record type, name, value, and TTL for efficient domain management.

Instructions

Get DNS records for a domain. domain_id: Domain UUID (e.g: 'd1234567-89ab-cdef-0123-456789abcdef') Each DNS record contains: id (str): Unique record identifier type (str): DNS record type (e.g. 'A', 'CNAME', 'MX', 'TXT') name (str): DNS record name value (str): DNS record value ttl (int): Time to live in seconds

Input Schema

NameRequiredDescriptionDefault
domain_idYes

Input Schema (JSON Schema)

{ "properties": { "domain_id": { "title": "Domain Id", "type": "string" } }, "required": [ "domain_id" ], "title": "dns_recordsArguments", "type": "object" }

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/Fewsats/sherlock-mcp'

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