Skip to main content

Webhooks

MCP tools for the Webhooks module. See the Webhooks module docs for permissions and data model.

list-webhooks

List webhooks

Arguments

ArgumentTypeRequiredDescription
projectIdstringno
limitnumbernoMaximum number of results to return
offsetnumbernoNumber of results to skip

create-webhook

Create a webhook

Arguments

ArgumentTypeRequiredDescription
projectIdstringnoPublic ID of the project. Optional when authenticating with a project-scoped API key, which defaults to the key's project; required otherwise.
namestringyes
descriptionstringno
urlstringyes
eventsarray<string>yes
policyIdstringno

get-webhook

Get a webhook

Arguments

ArgumentTypeRequiredDescription
webhookIdstringyes

update-webhook

Update a webhook

Arguments

ArgumentTypeRequiredDescription
webhookIdstringyes
namestringno
descriptionstringno
urlstringno
eventsarray<string>no
activebooleanno
policyIdstringno

delete-webhook

Delete a webhook

Arguments

ArgumentTypeRequiredDescription
webhookIdstringyes

list-webhook-deliveries

List webhook deliveries

Arguments

ArgumentTypeRequiredDescription
webhookIdstringyesWebhook to list deliveries for (wh_...)
limitnumberno
offsetnumberno

get-webhook-delivery

Get a delivery

Arguments

ArgumentTypeRequiredDescription
deliveryIdstringyes

get-webhook-secret

Get webhook secret

Arguments

ArgumentTypeRequiredDescription
webhookIdstringyes

rotate-webhook-secret

Rotate webhook secret

Arguments

ArgumentTypeRequiredDescription
webhookIdstringyes