Skip to main content
Glama

Update Campaign

campaign_update
Idempotent

Patch-update an existing campaign by specifying campaign_id and optional fields (name, status, daily_budget, bidding_strategy, end_date). Unchanged fields remain intact. Returns updated fields or error if campaign_id not found. For batch status changes, use campaign_pause_resume.

Instructions

Patch-update an existing campaign. Pass campaign_id (UUID from campaign_list or campaign_create) plus any subset of: name, status, daily_budget, bidding_strategy, end_date. Fields you omit are left unchanged. Returns {message, updated_fields[], campaign} or an error if campaign_id is not found. Prefer campaign_pause_resume for batch status changes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
campaign_idYesAdOps campaign ID
nameNo
daily_budgetNo
total_budgetNo
statusNo
bidding_strategyNo
end_dateNo
Behavior4/5

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

The description mentions it is idempotent (matching annotation idempotentHint: true) and notes that omitted fields are left unchanged. It also describes the return value structure and error case, adding value beyond annotations.

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

Conciseness4/5

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

The description is a single paragraph of three sentences. It is front-loaded with the main action and lists important details concisely. It could be slightly tighter but is well-structured.

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?

Given the tool's moderate complexity (7 parameters, 1 required), the description covers the key behaviors: patch semantics, return value shape, error condition, and when to use an alternative. No output schema exists, but the description explains the return value adequately.

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 only 14%, but the description lists the key fields (name, status, daily_budget, bidding_strategy, end_date) and notes that total_budget is not mentioned in the description. However, it adds context that field omission leaves them unchanged, which is not in the schema.

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 clearly states it is a 'Patch-update an existing campaign' with a specific verb ('Patch-update') and resource ('existing campaign'). It distinguishes from siblings by mentioning 'campaign_pause_resume for batch status changes'.

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 this tool (for partial updates) and when not to use it ('Prefer campaign_pause_resume for batch status changes'), providing an alternative tool name.

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/enzoemir1/adops-mcp'

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