Skip to main content
Glama

Change a campaign's daily budget

update_campaign_budget
DestructiveIdempotent

Update the daily budget of a live Google Ads campaign. Takes effect within minutes. The new amount overrides the existing budget — Google Ads doesn't keep a history at this layer (the Upfixe dashboard does).

Validates the new budget is positive. Strongly recommend confirming with the user before calling — a large budget change can blow through a daily spend cap fast.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNoMust be true to apply. If false/omitted, returns a summary asking the user to confirm.
newDailyBudgetYesNew daily budget in the account's currency (e.g. 50 for $50/day or €50/day depending on the account).
googleCampaignIdYesThe numeric Google Ads campaign id.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior5/5

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

Adds substantial behavior beyond the annotations: effect latency ('takes effect within minutes'), replacement semantics with no history at this layer, positivity validation, and a spend-cap risk warning. Even with destructive/idempotent hints already present, this meaningfully deepens the agent's understanding of consequences.

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?

Two short paragraphs, front-loaded with what the tool does and its immediate effect, followed by validation and confirmation guidance. Every sentence carries a distinct, useful fact with no 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 destructive mutation with no output schema, the description covers effect timing, overwrite behavior, input validation, and the confirmation workflow, while annotations carry the safety profile. Nothing an agent needs to call this correctly is missing.

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 coverage is 100%, so the schema already documents all three parameters, including the positive-budget constraint (exclusiveMinimum: 0) and the confirm flag. The description reinforces the positive-validation rule but adds no syntax or format details beyond the schema, so baseline 3 is appropriate.

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?

States a specific verb and resource ('Update the daily budget of a live Google Ads campaign') and scopes it to a 'live' campaign, which implicitly distinguishes it from draft-oriented siblings like edit_campaign_draft and generate_campaign_draft. An agent can identify the operation without opening the schema.

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

Usage Guidelines3/5

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

Gives a clear cautionary guideline ('Strongly recommend confirming with the user before calling') and ties it to the risk of overspending, which shapes how the tool should be invoked. However, it never names when to use this versus alternative budget-adjustment paths or siblings, leaving the routing guidance implied rather than explicit.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources