get_primary_name
Check the primary ENS name for a wallet address. Verifies reverse and forward resolution to confirm the name points back, enabling debugging of missing ENS records.
Instructions
Check what primary ENS name is set for a wallet address (reverse resolution).
Returns the ENS name that this address resolves to, or null if no primary name is set.
This verifies both directions:
Reverse: address → name (the reverse record)
Forward: name → address (confirms the name actually points back to this wallet)
If either direction is missing, the primary name won't resolve. Use this to:
Verify a primary name was set correctly after set_primary_name
Check if a wallet has any primary name configured
Debug why a primary name isn't showing up (missing ETH address record)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| walletAddress | Yes | Ethereum wallet address (0x...) to check reverse resolution for |