Query identity information about any Ethereum/EVM address or ENS/Base name
{ name: "lookup_wallet", description: "Look up an Ethereum address, ENS names, or Basenames with Memory Protocol", inputSchema: { address: string } }
{ "content": [ { "type": "text", "text": "{\"address\":\"0x...\",\"ens\":\"vitalik.eth\",...}" } ] }