Tool definition
Copy
{
name: "lookup_wallet",
description: "Look up an Ethereum address, ENS names, or Basenames with Memory Protocol",
inputSchema: {
address: string
}
}
Example Response
Copy
{
"content": [
{
"type": "text",
"text": "{\"address\":\"0x...\",\"ens\":\"vitalik.eth\",...}"
}
]
}