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.
| Tool | Route | Arguments | Required | Description |
|---|---|---|---|---|
delete_v1_webhooks_id | DELETE /v1/webhooks/{id} | 0 | — | Removes one of the caller org's webhook endpoints and answers 204 with no body. |
get_v1_webhooks | GET /v1/webhooks | 0 | — | Returns every webhook endpoint the caller's org has registered, newest first, each with its 7-day… |
get_v1_webhooks_id | GET /v1/webhooks/{id} | 0 | — | Returns one of the caller org's webhook endpoints with its 7-day delivery and failure counts,… |
get_v1_webhooks_id_deliveries | GET /v1/webhooks/{id}/deliveries | 2 | — | Returns one endpoint's per-attempt delivery log, newest first — the record of what was sent, what… |
post_v1_webhooks | POST /v1/webhooks | 4 | — | Registers a new webhook subscription for the caller's org and answers 201 with the endpoint… |
post_v1_webhooks_id_secret | POST /v1/webhooks/{id}/secret | 0 | — | Mints a NEW HMAC signing secret for the endpoint and answers the endpoint WITH it — the only other… |
post_v1_webhooks_id_test | POST /v1/webhooks/{id}/test | 0 | — | Sends ONE signed test event to the endpoint right now and answers the outcome inline, so the… |
put_v1_webhooks_id | PUT /v1/webhooks/{id} | 4 | — | Replaces the editable fields of one of the caller org's endpoints — url, events, status and… |
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?
post_v1_wallets_id_transactions
Composes a Safe transaction on the MPC ring and answers its EIP-712 hash together with the owner approval the ring's threshold signature produced.
delete_v1_webhooks_id
Removes one of the caller org's webhook endpoints and answers 204 with no body. Delivery stops immediately and the endpoint's signing secret is gone with it; its recorded delivery history goes too.