x402-dns
x402-dns: A, AAAA, MX, TXT, NS, CNAME. 🆓 5 free trial calls per signed wallet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Host to process | |
| name | No | Name to process | |
| types | No | Types to process | |
| domain | No | Domain to process |
x402-dns: A, AAAA, MX, TXT, NS, CNAME. 🆓 5 free trial calls per signed wallet
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Host to process | |
| name | No | Name to process | |
| types | No | Types 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?
With no annotations, the description carries the behavioral burden and it does add one relevant constraint: five free trial calls per signed wallet, which hints at authentication and rate-limit behavior. It does not state whether the operation is a read-only lookup, what happens for unsupported types, or what the response contains, so transparency is only partial.
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 one compact line with no filler and front-loads the most important information: supported record types and the trial quota. The redundant 'x402-dns:' prefix repeats the tool name, which prevents a perfect score.
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?
For a tool with four optional string parameters, no output schema, and many DNS sibling tools, this description is incomplete. An agent is not told which parameter(s) to populate, how to format types, what a successful result looks like, or when to prefer this over x402-dns-all or x402-dns-lookup.
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?
Schema coverage is 100%, giving the baseline of 3. The listed record types plausibly document allowed values for the 'types' parameter, but the description never explains how types should be formatted or how 'host', 'name', and 'domain' interact, leaving the parameter semantics ambiguous.
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 names the resource (DNS) and concretely lists the supported record types (A, AAAA, MX, TXT, NS, CNAME), so the purpose is clear despite lacking an explicit verb like 'resolve' or 'lookup'. It does not, however, differentiate this tool from nearby siblings such as x402-dns-all, x402-dns-lookup, or x402-dns-record.
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?
There is no guidance on when to choose this tool instead of the many DNS sibling tools, nor which parameters should be supplied. The record-type list implies a use case, but no exclusions, prerequisites, or alternative routing are given.
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.