Tool definition

{
  name: "lookup_wallet",
  description: "Look up an Ethereum address, ENS names, or Basenames with Memory Protocol",
  inputSchema: {
    address: string 
  }
}

Example Response

{
  "content": [
    {
      "type": "text",
      "text": "{\"address\":\"0x...\",\"ens\":\"vitalik.eth\",...}"
    }
  ]
}