Skip to main content
Glama

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
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • 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"
      );
    }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MikkoParkkola/mcp-gateway'

If you have feedback or need assistance with the MCP directory API, please join our Discord server