Skip to main content
Glama
monsieurgoodmood

google-ads-mcp-plus

create_performance_max_campaign

Create a paused Performance Max campaign via two-phase preview and confirm, reusing existing assets for atomic creation.

Instructions

Create a Performance Max campaign, PAUSED. Two-phase: preview, confirm.

Without a token, this validates the whole request against the API (validate_only) and returns a preview plus a confirmation token — nothing is created. Call again with the token to create it for real.

Everything goes in one atomic mutate: budget, campaign, geo/language criteria, negatives, asset group, text assets, and reused image and extension assets. If anything fails, nothing is created.

Image and extension assets are REUSED by ID — this tool never uploads images. Find existing asset IDs with gaql_query on the asset resource.

Args: customer_id: Account to create in. Must be allowlisted. campaign_name: Name of the new campaign. daily_budget: Daily budget in account currency. final_url: Landing page for the asset group. business_name: Advertiser name, max 25 characters. headlines: At least 3, each max 30 characters. long_headlines: At least 1, each max 90 characters. descriptions: At least 2, each max 90 characters. geo_target_ids: Geo target constant IDs. language_ids: Language constant IDs (1002 = French, 1000 = English). negative_keywords: Phrase-match exclusions, e.g. brand terms. marketing_image_asset_ids: Existing 1.91:1 image asset IDs. square_marketing_image_asset_ids: Existing 1:1 image asset IDs. logo_asset_ids: Existing logo asset IDs. sitelink_asset_ids: Existing sitelink asset IDs to link. callout_asset_ids: Existing callout asset IDs (max 20). bidding: maximize_conversions or maximize_conversion_value. target_cpa: Optional target CPA, account currency. target_roas: Optional target ROAS, e.g. 3.5. confirm_token: Token from the preview call. Omit for a preview.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
biddingNomaximize_conversions
final_urlYes
headlinesYes
target_cpaNo
customer_idYes
target_roasNo
daily_budgetYes
descriptionsYes
language_idsNo
business_nameYes
campaign_nameYes
confirm_tokenNo
geo_target_idsNo
logo_asset_idsNo
long_headlinesYes
callout_asset_idsNo
negative_keywordsNo
sitelink_asset_idsNo
marketing_image_asset_idsNo
square_marketing_image_asset_idsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

With no annotations provided, the description takes on the full transparency burden. It discloses crucial behaviors: the campaign is created PAUSED, the two-phase validation prevents accidental creation, the entire operation is atomic ('If anything fails, nothing is created'), and it never uploads images ('this tool never uploads images'). It also mentions the allowlist requirement for customer_id, adding operational context.

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?

The description is structured effectively: it leads with the core purpose, then explains the two-phase flow, atomicity, and asset reuse, followed by a comprehensive but concise Args list. Every sentence adds necessary information, and the length is proportionate to the tool's complexity (20 parameters). It avoids redundancy and is front-loaded with the most critical facts.

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?

For a complex mutation tool with 20 parameters and two-phase behavior, the description covers all essential aspects: purpose, usage phases, atomic behavior, asset reuse, parameter semantics, and related tool guidance. An output schema exists to describe return values, and the description does not need to repeat that. The description is sufficient for an agent to invoke this tool correctly without additional context.

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

Parameters5/5

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

Schema description coverage is 0%, but the description compensates by explicitly defining all 20 parameters in the Args block. It gives constraints (e.g., 'at least 3' headlines, 'max 25 characters' for business_name), examples (language_ids: '1002 = French, 1000 = English'), and clarifies optional fields (target_cpa, target_roas). This turns a bare parameter list into actionable guidance.

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 action: 'Create a Performance Max campaign, PAUSED.' It also introduces the two-phase preview/confirm flow, which distinguishes it from simpler create tools. The resource (Performance Max campaign) and key attributes (paused, atomic, asset reuse) are clearly stated, setting it apart from siblings like create_shopping_campaign.

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

Usage Guidelines4/5

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

The description explains when to use the preview vs. confirm path ('Without a token... validates... Call again with the token to create it for real'). It also directs users to gaql_query for finding existing asset IDs, acknowledging an alternative tool. While it doesn't explicitly contrast with all campaign-creation siblings, the context is clear enough for an agent to select this tool appropriately.

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/monsieurgoodmood/google-ads-mcp-plus'

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