Skip to main content
Glama

google_ads_negative_placements_add

Prevent ads from showing on unwanted websites, mobile apps, or app categories by batch-excluding them from Google Ads campaigns or ad groups.

Instructions

Excludes websites, mobile apps and/or mobile app categories from delivery, in one batch, at campaign or ad group level. Returns level, the scope id, count, and per entry the created criterion_id, resource_name, type and value. Mutating and delivery-affecting — a large exclusion batch can take a Display campaign to zero impressions. Recorded in STATE.json's action_log with an observation window, and reversible as one unit via rollback_apply, which removes exactly the criteria this call created. Exclude search terms with google_ads_negative_keywords_add instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
placementsYesExclusions to add. Types can be mixed in one call; the whole batch becomes a single reversible action_log entry.
ad_group_idNoAd group ID for an ad group-level exclusion. Supply exactly one of campaign_id or ad_group_id. Ad group-level exclusions do not cascade to sibling ad groups.
campaign_idNoCampaign ID for a campaign-level exclusion. Supply exactly one of campaign_id or ad_group_id — the two are separate criteria and campaign-level exclusions apply to every ad group under the campaign.
customer_idNoGoogle Ads customer ID as a 10-digit string without dashes (e.g. '1234567890'). Optional — falls back to GOOGLE_ADS_CUSTOMER_ID / GOOGLE_ADS_LOGIN_CUSTOMER_ID from the configured credentials when omitted.
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Discloses mutating and delivery-affecting nature, warns about zero impressions, mentions action_log recording with observation window, and reversibility via rollback_apply removing exactly created criteria. This goes well beyond schema and compensates for absent annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences: purpose, return values, effects/alternative. No filler; each sentence carries distinct, valuable information. Front-loaded with the core action.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers purpose, scope, return values, side effects, reversibility, and tool differentiation. Given no output schema, the description adequately explains what to expect. Could mention customer_id fallback but schema already does.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema covers 100% of parameters with descriptions, so baseline is 3. The description adds return-value semantics (criterion_id, resource_name, etc.) but no additional parameter-specific guidance beyond what schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb ('Excludes'), names the exact resource types (websites, mobile apps, mobile app categories), and clarifies scope (campaign or ad group level). It also distinguishes from sibling google_ads_negative_keywords_add by explicitly directing search-term exclusions there.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use the alternative tool: 'Exclude search terms with google_ads_negative_keywords_add instead.' Also implies use case: blocking placements at campaign/ad group level. Provides context for batching and scope.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/logly/mureo'

If you have feedback or need assistance with the MCP directory API, please join our Discord server