Skip to main content
Glama

google_ads_campaigns_create

Create a new Search or Display campaign in Google Ads using an existing budget ID. Returns the new campaign's resource name and ID for immediate use.

Instructions

Creates a new Search or Display campaign in the specified Google Ads account. Returns the new campaign's resource_name and id. Mutating — counts against daily write quota. Not automatically reversible — record before-state with mureo_state_action_log_append if you may need to roll back. Requires a pre-existing budget_id; to create a budget first, call google_ads_budget_create. For later edits use google_ads_campaigns_update or google_ads_campaigns_update_status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesCampaign name (max 255 chars). Must be unique within the account.
budget_idNoExisting campaign-budget ID to attach. Create one first with google_ads_budget_create if you do not have one.
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.
channel_typeNoAdvertising channel. SEARCH (default) for text ads on Google Search; DISPLAY for image/banner ads on the GDN.
bidding_strategyNoGoogle Ads bidding strategy. Defaults to MAXIMIZE_CLICKS when omitted. TARGET_CPA / TARGET_ROAS require additional target fields that this tool does not expose — use the Google Ads UI or a follow-up campaigns.update for those.
Behavior5/5

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

With no annotations, the description carries the full transparency burden. It discloses that the tool is mutating, counts against daily write quota, is not automatically reversible, and returns resource_name and id. This goes well beyond a bare 'creates campaign' statement.

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?

Every sentence earns its place: action and return, mutation warning, quota, non-reversibility, rollback pointer, prerequisite, and follow-up alternatives. The description is front-loaded with the core purpose and contains no filler or redundancy.

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 create tool with a rich schema and no output schema, the description fully covers return shape, preconditions, side effects, and subsequent actions. It addresses the key operational concerns (quota, reversibility, budget creation, later edits) and leaves no significant gaps.

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?

Input schema coverage is 100% with detailed descriptions and enums, so the baseline is 3. The description adds the prerequisite relationship for budget_id and mentions channel types, but otherwise duplicates the schema's parameter documentation. No significant extra parameter semantics are added.

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 'Creates a new Search or Display campaign' – a specific verb, resource, and scope. It clearly distinguishes itself from update/status siblings and from ad group creation tools, and even names the update tools for later edits.

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 the budget_id prerequisite and directs users to google_ads_budget_create if missing. It also gives explicit alternatives for later edits (google_ads_campaigns_update or google_ads_campaigns_update_status) and advises recording before-state via mureo_state_action_log_append for rollback, which is clear when-to/not-to guidance.

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