Skip to main content
Glama

Sherlock Domains MCP

by Fewsats

create_dns

Add a DNS record for a domain by specifying the domain ID, record type, name, value, and TTL. Manage configurations like A, CNAME, MX, and TXT records efficiently.

Instructions

Create a new DNS record for a domain. domain_id: Domain UUID (e.g., 'd1234567-89ab-cdef-0123-456789abcdef') type: DNS record type ('A', 'AAAA', 'CNAME', 'MX', 'TXT', etc.) name: Subdomain or record name (e.g., 'www' creates www.yourdomain.com) value: Record value (e.g., IP address for A records, domain for CNAME) ttl: Time To Live in seconds (default: 3600)

Input Schema

NameRequiredDescriptionDefault
domain_idYes
nameNotest
ttlNo
typeNoTXT
valueNotest-1

Input Schema (JSON Schema)

{ "properties": { "domain_id": { "title": "Domain Id", "type": "string" }, "name": { "default": "test", "title": "Name", "type": "string" }, "ttl": { "default": 3600, "title": "Ttl", "type": "integer" }, "type": { "default": "TXT", "title": "Type", "type": "string" }, "value": { "default": "test-1", "title": "Value", "type": "string" } }, "required": [ "domain_id" ], "title": "create_dnsArguments", "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