Smithery

webhook_test

Fire a test.ping event to a webhook endpoint to verify reachability and signature handling. Returns once the delivery has been enqueued — inspect with webhook_deliveries shortly after.

Remote relievedattention992-smithery/screenshotsmcp

Other tools also called webhook_test? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "endpointId": {
      "type": "string",
      "description": "Endpoint id from webhook_list / webhook_create"
    }
  }
}