Webhooks MCP tools
Reference for 6 Probo MCP tools for webhooks
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.
listWebhookSubscriptionsList Webhook SubscriptionsRead onlyList all webhook subscriptions for the organization.
getWebhookSubscriptionGet Webhook SubscriptionRead onlyGet a webhook subscription by ID.
createWebhookSubscriptionCreate Webhook SubscriptionWrites dataCreate a new webhook subscription for the organization. The endpoint URL must use HTTPS. Selected events determine which events trigger webhook deliveries.
updateWebhookSubscriptionUpdate Webhook SubscriptionWrites dataUpdate a webhook subscription’s endpoint URL or selected events.
deleteWebhookSubscriptionDelete Webhook SubscriptionWrites dataDelete a webhook subscription.
listWebhookEventsList Webhook EventsRead onlyList webhook delivery events for a subscription. Shows delivery status (PENDING, SUCCEEDED, FAILED) and response details.