Skip to main content
Glama

Sherlock Domains MCP

by Fewsats

delete_dns

Remove a DNS record for a domain by specifying the domain UUID and record ID. Simplify DNS management with precise deletion for accurate domain configuration.

Instructions

Delete a DNS record for a domain. domain_id: Domain UUID (e.g., 'd1234567-89ab-cdef-0123-456789abcdef') record_id: DNS record ID to delete

Input Schema

NameRequiredDescriptionDefault
domain_idYes
record_idYes

Input Schema (JSON Schema)

{ "properties": { "domain_id": { "title": "Domain Id", "type": "string" }, "record_id": { "title": "Record Id", "type": "string" } }, "required": [ "domain_id", "record_id" ], "title": "delete_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