Critical Risk →

campaign_bulk_delete_catalog_ad_items

Bulk delete catalog ad items from a campaign

How to control campaign_bulk_delete_catalog_ad_items ↓

What campaign_bulk_delete_catalog_ad_items does on AdButler

AI agents call campaign_bulk_delete_catalog_ad_items to permanently remove resources in AdButler — typically in cleanup and lifecycle workflows. It does its job in a single call, and there is no undo.

ParameterTypeRequiredDescription
items array Yes Array of catalog ad item IDs to delete
campaign_id number Yes Campaign ID

Parameters from the server's own tool schema.

Critical Risk

Why campaign_bulk_delete_catalog_ad_items needs a policy

Bulk delete operations are inherently destructive—they permanently remove data without reversibility. The bulk nature amplifies the blast radius: an AI agent misunderstanding the campaign context or receiving incorrect arguments could delete large volumes of ad items, causing significant business disruption and data loss. This cannot be undone, making it the most severe category applicable.

From the tool's definition Tool name explicitly contains 'bulk_delete' and description states 'Bulk delete catalog ad items from a campaign'. The 'delete' operation is irreversible and affects multiple items simultaneously ('bulk').

Documented attack patterns abuse exactly the kind of access campaign_bulk_delete_catalog_ad_items gives an agent:

How to control campaign_bulk_delete_catalog_ad_items

PolicyLayer is an MCP gateway — it sits between your AI agents and AdButler, and nothing reaches the server without passing your rules. This is the rule we recommend for campaign_bulk_delete_catalog_ad_items:

policy.json
{
  "version": "1",
  "default": "deny",
  "hide": [
    "campaign_bulk_delete_catalog_ad_items"
  ]
}

campaign_bulk_delete_catalog_ad_items disappears from the agent's tool list entirely, and any attempt to call it is denied. The rest of the server keeps working.

  1. Create a free account and register AdButler — nothing to install.
  2. Add this policy — paste it, or build it visually.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
RESTRICT THIS TOOL →

Free to start. No card required.

Related tools and policies

Go deeper

Questions about campaign_bulk_delete_catalog_ad_items

What does the campaign_bulk_delete_catalog_ad_items tool do? +

Bulk delete catalog ad items from a campaign. It is categorised as a Destructive tool in the AdButler MCP Server, which means it can permanently delete or destroy data. Block by default and require explicit approval.

What parameters does campaign_bulk_delete_catalog_ad_items accept? +

campaign_bulk_delete_catalog_ad_items accepts 2 parameters: items, campaign_id. Required: items, campaign_id. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on campaign_bulk_delete_catalog_ad_items? +

Register the AdButler MCP server in PolicyLayer and add a rule for campaign_bulk_delete_catalog_ad_items: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches AdButler. Nothing to install.

What risk level is campaign_bulk_delete_catalog_ad_items? +

campaign_bulk_delete_catalog_ad_items is a Destructive tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.

Can I rate-limit campaign_bulk_delete_catalog_ad_items? +

Yes. Add a rate_limit block to the campaign_bulk_delete_catalog_ad_items rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block campaign_bulk_delete_catalog_ad_items completely? +

Set action: deny in the PolicyLayer policy for campaign_bulk_delete_catalog_ad_items. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides campaign_bulk_delete_catalog_ad_items? +

campaign_bulk_delete_catalog_ad_items is provided by the AdButler MCP server (adbutler/mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

Enforce policy on every AdButler tool call.

Start from AdButler, add the rest of your stack, and see everything your agents can call. Then put policy on all of it.

Free to start. No card required.

622 AdButler tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.