Hanzo
Cloud MCPads

ads

6 MCP tools on the Hanzo cloud door that call the ads API.

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

ToolRouteArgumentsDescription
delete_v1_ads_campaigns_idDELETE /v1/ads/campaigns/{id}0Removes one of the caller org's campaigns and answers 204 with no body.
get_v1_ads_campaignsGET /v1/ads/campaigns2Returns the caller org's ad campaigns, most recently updated first, optionally narrowed to one lifec
get_v1_ads_campaigns_idGET /v1/ads/campaigns/{id}0Returns one of the caller org's campaigns.
get_v1_ads_summaryGET /v1/ads/summary0Rolls the caller org's ad campaigns up into four numbers: how many campaigns exist, how many are act
post_v1_ads_campaignsPOST /v1/ads/campaigns7Registers a new ad campaign for the caller's org and answers 201 with the stored row.
put_v1_ads_campaigns_idPUT /v1/ads/campaigns/{id}7Replaces the user-owned fields of one of the caller org's campaigns and answers the stored row.

All 834 tools · The door

Generated from tools/list on https://api.hanzo.ai/v1/mcp — 834 tools captured 2026-08-01 (this build read the vendored copy; the door was unreachable).

How is this guide?