Skip to main content
Glama
Fewsats

Sherlock Domains MCP

by Fewsats

dns_records

Retrieve DNS records for a domain to manage configurations like A, CNAME, MX, and TXT entries, including values and TTL settings.

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

TableJSON Schema
NameRequiredDescriptionDefault
domain_idYes
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states this is a 'Get' operation, implying read-only behavior, but doesn't mention critical aspects like authentication requirements, rate limits, error conditions, or whether it returns all records or requires pagination. This leaves significant gaps for safe and effective use.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is efficiently structured: the first sentence states the purpose, followed by a clear parameter explanation and a bulleted list of return fields. Every sentence earns its place without redundancy, making it easy to parse and front-loaded with essential information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity (1 parameter, no output schema, no annotations), the description is partially complete. It excels in explaining parameters and return values but lacks behavioral context (e.g., auth, errors) and usage guidelines relative to siblings. This makes it adequate but with clear gaps for reliable agent operation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds substantial value beyond the input schema, which has 0% description coverage. It explains the 'domain_id' parameter with a concrete example (UUID format) and details the structure of returned DNS records (id, type, name, value, ttl), compensating fully for the schema's lack of documentation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose with a specific verb ('Get') and resource ('DNS records for a domain'), making it immediately understandable. However, it doesn't explicitly differentiate from sibling tools like 'domains' or 'search', which might also retrieve domain-related information, leaving some ambiguity about when to choose this specific tool.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. With siblings like 'domains' (likely listing domains) and 'search' (potentially broader searches), there's no indication of context, prerequisites, or exclusions, leaving the agent to guess based on tool names alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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