Tool definition

{
  name: "lookup_lens",
  description: "Look up a Lens username with Memory Protocol",
  inputSchema: {
    query: string // Username 
  }
}

Example Response

{
  "content": [
    {
      "type": "text",
      "text": "{\"username\":\"jx\",\"fid\":1234,...}"
    }
  ]
}