burnr8/Tools/Safety

Safety · 6 tools

Google Ads Safety and Confirmation MCP Tools

Every destructive operation in burn-r8 requires explicit confirmation. New campaigns start paused. GAQL queries are read-only. Your account is protected by default.

When to use these tools

Understand how burn-r8 protects your Google Ads account from accidental changes. These safety mechanisms apply automatically across all tool categories.

All safety tools

set_campaign_status

confirm

Enable, pause, or remove a campaign. Requires confirm=true.

confirmbooleanreq
Parameter details
confirm
Must be true to execute.

set_ad_status

confirm

Enable, pause, or remove an ad. Requires confirm=true.

confirmbooleanreq
Parameter details
confirm
Must be true to execute.

remove_keyword

confirm

Permanently remove a keyword. Requires confirm=true.

confirmbooleanreq
Parameter details
confirm
Must be true to execute.

update_budget

confirm

Change a budget amount. Requires confirm=true.

confirmbooleanreq
Parameter details
confirm
Must be true to execute.

remove_negative_keyword

confirm

Remove a negative keyword. Requires confirm=true.

confirmbooleanreq
Parameter details
confirm
Must be true to execute.

remove_extension

confirm

Remove an extension. Requires confirm=true.

confirmbooleanreq
Parameter details
confirm
Must be true to execute.

Example prompts

Copy these prompts into Claude Code, Cursor, or any MCP client.

claude
>

Pause my brand campaign

This will pause campaign "Brand - Search" (ID: 12345678).
This is a destructive action. Please confirm by calling:
  set_campaign_status(campaign_id="12345678", status="PAUSED", confirm=true)
claude
>

What safety features does burn-r8 have?

burn-r8 safety mechanisms:

  1. Destructive actions require confirm=true:
     set_campaign_status, set_ad_status, remove_keyword,
     update_budget, remove_negative_keyword, remove_extension

  2. New campaigns always start PAUSED
     You review before any money is spent.

  3. run_gaql_query is read-only
     Cannot modify your account, only query data.

  4. Budget changes require confirmation
     Prevents accidental spend increases.

Related categories

Try burn-r8 free

6 safety tools. 50 free calls/mo. No credit card.