gateway_webhook_status
Monitor webhook endpoint performance by listing registered endpoints with delivery statistics including received, delivered, failures, and last event timestamps.
Instructions
List registered webhook endpoints and their delivery statistics (received, delivered, failures, last event)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- tests/load/k6_gateway.js:207-217 (handler)The tool implementation logic is not in this file (which is a load test client), but this function calls the tool. The requested 'gateway_webhook_status' tool is a meta-tool expected to exist in the gateway server implementation, which is not present in this codebase.
function mcpToolsCall(toolName, toolArgs) { return postMcp( "tools/call", { name: toolName, arguments: toolArgs || {}, }, mcpToolsCallLatency, "mcp_tools_call" ); }