set_primary_domain
Set or update the primary reverse resolution domain identity for a given wallet address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domainName | Yes | The .i domain name (e.g. "agent.i") | |
| ownerAddress | Yes | The 0x EVM owner address |
Set or update the primary reverse resolution domain identity for a given wallet address.
| Name | Required | Description | Default |
|---|---|---|---|
| domainName | Yes | The .i domain name (e.g. "agent.i") | |
| ownerAddress | Yes | The 0x EVM owner address |
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 correctly indicates this is a mutation, but it does not say whether an existing primary domain is overwritten, whether ownerAddress must authorize or own the domain, whether the change is reversible, or what the operation returns. This is a meaningful gap for a write operation.
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 a single, front-loaded sentence with no filler or redundancy. Every word contributes to identifying the action, resource, and target, making it appropriately concise.
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 two-parameter tool with fully described parameters, the purpose is reasonably clear informats. However, with no annotations, no output schema, and no behavioral detail, an agent is left uncertain about side effects, prerequisites, and what a successful call returns, so the context is incomplete.
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 description coverage is 100%, and both parameters are already documented with useful context: domainName is a .i domain and ownerAddress is a 0x EVM owner address. The description adds little beyond a synonym ('wallet address'), so the schema is doing the heavy lifting.
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 uses a specific verb ('Set or update') and identifies a precise resource ('primary reverse resolution domain identity') tied to a wallet address. This clearly distinguishes it from read-oriented siblings like resolve_domain_identity and from registration/marketplace tools, though it does not explicitly name an alternative.
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 implies when to use the tool: when a wallet's primary reverse resolution domain needs to be set or updated. However, it gives no explicit when-not-to-use guidance and does not compare with siblings such as register_domain, update_domain_profile, or resolve_domain_identity, leaving selection mostly to inference.
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.