neuron_join_campaign
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Join a marketplace campaign as a participant to earn rewards by sending messages through your WhatsApp channel.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"id",
"channelId"
],
"properties": {
"id": {
"type": "string",
"description": "Unique identifier (UUID) of the campaign to join"
},
"channelId": {
"type": "string",
"description": "Unique identifier (UUID) of your WhatsApp channel to send messages from"
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries