neuron_update_outbound_webhook
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Modify an existing outbound webhook's configuration, including its destination URL, subscribed event types, or filter prompt.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "Unique identifier (UUID) of the outbound webhook to update"
},
"url": {
"type": "string",
"description": "Updated destination URL that will receive webhook event payloads (HTTPS recommended)"
},
"name": {
"type": "string",
"description": "Updated human-readable name for the webhook"
},
"eventTypes": {
"type": "array",
"items": {
"enum": [
"message.created",
"message.assistant",
"conversation.created",
"conversation.escalated",
"conversation.closed",
"bot.paused",
"bot.resumed"
],
"type": "string"
},
"description": "Updated array of event types that should trigger this webhook"
},
"filterPrompt": {
"type": "string",
"description": "Updated LLM prompt for selectively filtering forwarded events"
}
},
"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