Tool definition
Copy
{
name: "lookup_lens",
description: "Look up a Lens username with Memory Protocol",
inputSchema: {
query: string // Username
}
}
Example Response
Copy
{
"content": [
{
"type": "text",
"text": "{\"username\":\"jx\",\"fid\":1234,...}"
}
]
}