Find identity information about any Farcaster username or FID
{ name: "lookup_farcaster", description: "Look up a Farcaster username or numeric FID with Memory Protocol", inputSchema: { query: string // Username or FID } }
{ "content": [ { "type": "text", "text": "{\"username\":\"jx\",\"fid\":1234,...}" } ] }