neuron_send_sticker
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Send a WebP sticker image via WhatsApp. Only supported on Baileys channels.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"channelId",
"to",
"stickerUrl"
],
"properties": {
"to": {
"type": "string",
"description": "Recipient JID or phone number"
},
"channelId": {
"type": "string",
"description": "WhatsApp channel identifier (UUID)"
},
"stickerUrl": {
"type": "string",
"description": "URL to a WebP sticker image"
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries