neuron_update_social_channel
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Update an existing social media channel. Can update label, username, or refresh credentials.
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 update"
},
"label": {
"type": "string",
"description": "New display name for the channel"
},
"username": {
"type": "string",
"description": "Updated social media username"
},
"credentials": {
"type": "string",
"description": "Updated session credentials as JSON string"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
2/7 registries