jump to content

Webhooks MCP tools

Browse all 6 the platform MCP tools for webhooks, with input schemas, output schemas, and behavior hints for building AI agent integrations

View as Markdown

This page documents 6 tools in the webhooks group. Return to the complete MCP tool reference to browse another group.

Select a tool to inspect its schemas and behavior. Schema links open the exact definition in GitHub.

  1. listWebhookSubscriptionsList Webhook SubscriptionsRead only

    List all webhook subscriptions for the organization.

    Behavior
    Read only · Non-destructive · Idempotent · Closed world
  2. getWebhookSubscriptionGet Webhook SubscriptionRead only

    Get a webhook subscription by ID.

    Behavior
    Read only · Non-destructive · Idempotent · Closed world
  3. createWebhookSubscriptionCreate Webhook SubscriptionWrites data

    Create a new webhook subscription for the organization. The endpoint URL must use HTTPS. Selected events determine which events trigger webhook deliveries.

    Behavior

    Writes data · Non-destructive · Non-idempotent · Closed world

  4. updateWebhookSubscriptionUpdate Webhook SubscriptionWrites data

    Update a webhook subscription’s endpoint URL or selected events.

    Behavior
    Writes data · Non-destructive · Idempotent · Closed world
  5. deleteWebhookSubscriptionDelete Webhook SubscriptionWrites data

    Delete a webhook subscription.

    Behavior
    Writes data · Destructive · Idempotent · Closed world
  6. listWebhookEventsList Webhook EventsRead only

    List webhook delivery events for a subscription. Shows delivery status (PENDING, SUCCEEDED, FAILED) and response details.

    Behavior
    Read only · Non-destructive · Idempotent · Closed world

Ultima actualizare: