resolve_ens_name
Convert an ENS domain name into its corresponding Ethereum address using the resolve_ens_name tool on the ens-mcp server. Simplify Ethereum address lookup for ENS domains.
Instructions
Resolve an ENS name to its Ethereum address.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "Domain",
"type": "string"
}
},
"required": [
"domain"
],
"title": "resolve_ens_nameArguments",
"type": "object"
}