You're viewing a demo portfolio

Join the waitlist
PRSM

neuron_update_webhook

Active

Tool of io.github.conquext/neuron

declared in 1.0.0

Modify an existing inbound webhook's configuration, such as its name, event type, or processing 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 webhook to update"
    },
    "name": {
      "type": "string",
      "description": "Updated human-readable name of the webhook"
    },
    "isActive": {
      "type": "boolean",
      "description": "Whether the webhook should be active and accepting requests"
    },
    "eventType": {
      "type": "string",
      "description": "Updated event type this webhook handles"
    },
    "processingPrompt": {
      "type": "string",
      "description": "Updated prompt instructions for processing webhook data"
    }
  },
  "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 →