neuron_create_webhook
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Register a new inbound webhook endpoint that triggers bot actions when called by an external service.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"botId",
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Human-readable name for the webhook"
},
"slug": {
"type": "string",
"description": "URL-friendly slug for the webhook endpoint (auto-generated if omitted)"
},
"botId": {
"type": "string",
"description": "Unique identifier (UUID) of the bot to create the webhook for"
},
"isActive": {
"type": "boolean",
"description": "Whether the webhook is active and accepting requests (default: true)"
},
"eventType": {
"type": "string",
"description": "Type of event this webhook handles (e.g., 'order.created', 'payment.received')"
},
"processingPrompt": {
"type": "string",
"description": "Prompt instructions to guide bot processing of incoming webhook data"
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries