neuron_stop_social_channel_session
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Stop the active session for a social media channel. The channel can be restarted later.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "Unique identifier (UUID) of the social channel to stop"
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
2/7 registries