Skip to main content
Glama

agentek-eth

by NaniDAO

lookupENS

Retrieve the Ethereum Name Service (ENS) domain associated with a specific Ethereum address using this tool. Ideal for simplifying cryptocurrency research and enhancing Ethereum-based automation.

Instructions

Looks up the ENS name for an Ethereum address

Input Schema

NameRequiredDescriptionDefault
addressYesThe Ethereum address to lookup

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "address": { "description": "The Ethereum address to lookup", "pattern": "^0x[a-fA-F0-9]{40}$", "type": "string" } }, "required": [ "address" ], "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/NaniDAO/agentek'

If you have feedback or need assistance with the MCP directory API, please join our Discord server