neuron_update_broadcast
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Update an existing broadcast's name, message content, or media before sending. The broadcast must still be in draft status.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "Unique identifier (UUID) of the broadcast to update"
},
"name": {
"type": "string",
"description": "New display name or label for the broadcast"
},
"message": {
"type": "string",
"description": "New message content to broadcast"
},
"mediaUrl": {
"type": "string",
"description": "New media URL to attach"
},
"messageType": {
"type": "string",
"description": "New message type (e.g., 'text', 'image', 'document')"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries