You're viewing a demo portfolio

Join the waitlist
PRSM

neuron_update_outbound_webhook

Active

Tool 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
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.github.conquext/neuron

https://github.com/conquext/neuron-mcp-server

1/7 registries
View full server →
neuron_update_outbound_webhook — io.github.conquext/neuron — PRSM MCP