Skip to main content
Glama
Rekko-AI
by Rekko-AI

delete_webhook

Remove a registered webhook from the Rekko MCP server to stop receiving prediction market intelligence and trading signals.

Instructions

Remove a registered webhook.

Args: webhook_id: Webhook identifier returned by create_webhook.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
webhook_idYes

Implementation Reference

  • The delete_webhook tool is implemented as an async function that sends a DELETE request to the Rekko API. It is registered with the @mcp.tool decorator.
    @mcp.tool()
    async def delete_webhook(webhook_id: str) -> str:
        """Remove a registered webhook.
    
        Args:
            webhook_id: Webhook identifier returned by create_webhook.
        """
        return await _request("DELETE", f"/v1/webhooks/{webhook_id}")

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/Rekko-AI/rekko-mcp'

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