x402-dns-lookup
DNS Lookup: Resolve DNS records: A, AAAA, MX, TXT, NS, CNAME, SOA, PTR. 🆓 5 free trial calls per signed wallet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Type to process | |
| domain | No | Domain to process |
DNS Lookup: Resolve DNS records: A, AAAA, MX, TXT, NS, CNAME, SOA, PTR. 🆓 5 free trial calls per signed wallet
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Type to process | |
| domain | No | Domain to process |
Changes observed during successful MCP inspections.
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 does reveal that 5 free trial calls are allowed per signed wallet, which signals a rate limit and wallet authentication requirement. However, it does not explicitly state that the operation is read-only, whether both parameters must be supplied, or what happens after the free quota is exhausted. For a straightforward DNS lookup these omissions are moderate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is short and front-loaded: the first words state the action and resource, followed by a compact list of supported record types, and a useful note about free trial calls. Every sentence carries information and there is no filler or redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema and no annotations, the description must provide enough context for correct invocation, but it leaves key questions unresolved. It does not explain whether both parameters are required, whether 'type' is a filter or optional, or how this tool differs from x402-dns-all and the type-specific lookups. Return format, error behavior, and domain format details are also unstated, making the tool underspecified for an agent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema's parameter descriptions are extremely generic ('Type to process', 'Domain to process'), despite 100% coverage. The main description adds real meaning by enumerating the valid record types, effectively clarifying what the 'type' parameter should contain. The semantics for 'domain' remain thin, but the record-type list substantially compensates for the schema's lack of guidance.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description starts with 'DNS Lookup: Resolve DNS records' which clearly states the action and resource, and it enumerates the supported record types (A, AAAA, MX, TXT, NS, CNAME, SOA, PTR). This makes the tool's scope fairly understandable. However, it does not differentiate itself from sibling tools like x402-dns, x402-dns-all, or the type-specific lookups such as x402-mx-lookup, so an agent may still be uncertain which tool to choose.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives no guidance on when to use this tool versus the many related siblings such as x402-mx-lookup, x402-ns-lookup, or x402-dns-all. There are no alternative names, exclusion conditions, or selection criteria. Given the dense sibling list, the absence of routing guidance is a significant gap.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.