Skip to main content
Glama
davidmosiah

Google Ads MCP Unofficial

Set Campaign Budget (gated mutation)

google_ads_set_campaign_budget_micros
DestructiveIdempotent

Update the daily budget amount for a campaign budget in micros. Requires campaign budget ID (discovered via campaign) and explicit user intent.

Instructions

Update a campaign budget's amount_micros. GATED. campaign_budget_id is NOT the campaign id — discover it via google_ads_get_campaign (campaign_budget.id).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
customer_idYesGoogle Ads customer id (10 digits). Dashes optional, e.g. '1234567890' or '123-456-7890'.
amount_microsYesDaily budget amount in micros. 10_000 = $0.01 minimum.
response_formatNomarkdown
campaign_budget_idYesCampaign budget id (NOT the campaign id). Discover via google_ads_get_campaign — returns campaign_budget.id.
explicit_user_intentYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okNo
noteNo
errorNo
appliedNo
resourceNo
revertedNo
Behavior4/5

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

Annotations already indicate destructiveHint=true and readOnlyHint=false. Description adds value by flagging the tool as 'GATED' (implying access restrictions) and warning about the ID confusion. No contradictions.

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?

Extremely concise: two sentences cover the core action, gated nature, and critical ID distinction. No wasted words.

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

Completeness4/5

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

For a single-field mutation tool with an output schema, the description is fairly complete. It explains the purpose, access restriction, and prerequisite discovery step. Could mention that the update takes effect immediately, but not essential.

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 description coverage is 60%, and the description does not add significant meaning beyond what the schema already provides for customer_id, amount_micros, and campaign_budget_id. It mentions campaign_budget_id but doesn't elaborate on other parameters.

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?

Clearly specifies verb "Update" and resource "campaign budget's amount_micros". Explicitly distinguishes from sibling tools by noting the gated nature and the critical distinction between campaign_budget_id and campaign id.

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?

Provides clear context: states it's gated (restricted access) and instructs how to discover the correct ID via google_ads_get_campaign. Does not explicitly state when not to use or compare to alternative tools, but the context is sufficient for proper usage.

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/davidmosiah/google-ads-mcp-unofficial'

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