Skip to main content
Glama

Sherlock Domains MCP

by Fewsats

update_dns

Modify DNS records for domains by updating record type, name, value, or TTL. Provide domain and record UUIDs to apply changes efficiently.

Instructions

Update an existing DNS record for a domain. NOTE: Updating a record will change its record id. domain_id: Domain UUID (e.g., 'd1234567-89ab-cdef-0123-456789abcdef') record_id: DNS record UUID to update type: DNS record type ('A', 'AAAA', 'CNAME', 'MX', 'TXT', etc.) name: Subdomain or record name (e.g., 'www' for www.yourdomain.com) value: New record value (e.g., IP address for A records) ttl: Time To Live in seconds (default: 3600)

Input Schema

NameRequiredDescriptionDefault
domain_idYes
nameNotest-2
record_idYes
ttlNo
typeNoTXT
valueNotest-2

Input Schema (JSON Schema)

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