neuron_update_profile_picture
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Update the bot's WhatsApp profile picture from an image URL.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"channelId",
"imageUrl"
],
"properties": {
"imageUrl": {
"type": "string",
"format": "uri",
"description": "URL of the image to set as profile picture"
},
"channelId": {
"type": "string",
"description": "WhatsApp channel identifier (UUID)"
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries