provider_get_ens_resolver
Retrieve the Ethereum Name Service (ENS) resolver for a specified ENS name using the MCP Crypto Wallet EVM, enabling blockchain address resolution and interaction.
Instructions
Get the ENS resolver for a name
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | The ENS name |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "The ENS name",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}