Hanzo
Cloud MCPwebhooks

webhooks

8 MCP tools on the Hanzo cloud door that call the webhooks API.

The 8 tools tools/list names for webhooks. Each dispatches to an operation in the webhooks API reference.

ToolRouteArgumentsRequiredDescription
delete_v1_webhooks_idDELETE /v1/webhooks/{id}0Removes one of the caller org's webhook endpoints and answers 204 with no body.
get_v1_webhooksGET /v1/webhooks0Returns every webhook endpoint the caller's org has registered, newest first, each with its 7-day…
get_v1_webhooks_idGET /v1/webhooks/{id}0Returns one of the caller org's webhook endpoints with its 7-day delivery and failure counts,…
get_v1_webhooks_id_deliveriesGET /v1/webhooks/{id}/deliveries2Returns one endpoint's per-attempt delivery log, newest first — the record of what was sent, what…
post_v1_webhooksPOST /v1/webhooks4Registers a new webhook subscription for the caller's org and answers 201 with the endpoint…
post_v1_webhooks_id_secretPOST /v1/webhooks/{id}/secret0Mints a NEW HMAC signing secret for the endpoint and answers the endpoint WITH it — the only other…
post_v1_webhooks_id_testPOST /v1/webhooks/{id}/test0Sends ONE signed test event to the endpoint right now and answers the outcome inline, so the…
put_v1_webhooks_idPUT /v1/webhooks/{id}4Replaces the editable fields of one of the caller org's endpoints — url, events, status and…

All 755 tools · The door

Generated from tools/list on https://api.hanzo.ai/v1/mcp — 833 tools captured 2026-08-01, of which 755 are documented here (the operator surface is not published) (this build read the vendored copy; the door was unreachable).

How is this guide?