neuron_unassign_bot_from_social_channel
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Remove the bot assignment from a social media channel. The bot will lose access to the channel's social media credentials.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"id",
"botId"
],
"properties": {
"id": {
"type": "string",
"description": "Unique identifier (UUID) of the social channel to unassign the bot from"
},
"botId": {
"type": "string",
"description": "Unique identifier (UUID) of the bot to unassign"
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
2/7 registries