Skip to main content
Glama

update_ad

Update an existing ad by modifying its name, status, or creative. Validates changes before applying and provides rollback snapshot.

Instructions

Update an existing ad. Supervised write - validates before applying.

Takes a pre-write snapshot for rollback, validates the update payload, applies via Meta API, and verifies post-write state.

Note on creative_id: Swaps the creative attached to this ad. The new creative must already exist (created via create_multi_asset_ad or the Meta UI). This does NOT create a new creative - it re-points the ad to an existing one.

Args: ad_id: Ad ID to update. name: New ad name. Subject to naming enforcement. status: New status. Allowed: 'PAUSED', 'ACTIVE', 'ARCHIVED'. Activating requires confirmation-level validation. creative_id: ID of an existing creative to attach to this ad. Format: numeric string (e.g., '120239290442460377').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ad_idYes
nameNo
statusNo
creative_idNo
Behavior5/5

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

The description explicitly discloses behavioral traits: supervised write, pre-write snapshot, validation, post-write verification, and the creative swap behavior. Since no annotations are provided, the description fully carries the transparency burden, and it does so well.

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 concise and well-structured, starting with the core purpose, followed by behavioral details, and ending with parameter descriptions. It is slightly verbose but not overly so; every sentence adds value.

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 complexity of updating an ad via Meta API, the description covers key aspects: validation, rollback, and parameter nuances. It does not specify return values or error conditions, but with no output schema, this is acceptable. Overall, it is sufficiently complete for an agent to use correctly.

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?

With 0% schema description coverage, the description adds substantial meaning via an 'Args' section. It explains ad_id, name (naming enforcement), status (allowed values and activation nuance), and creative_id (requires existing creative, numeric format). This goes far beyond the bare 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 starts with 'Update an existing ad,' which clearly states the verb and resource. It distinguishes itself from sibling tools like update_ad_creative by focusing on the ad entity itself. The parameter descriptions further clarify the tool's scope.

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?

The description provides implicit guidance, such as the creative_id note explaining it re-points rather than creates a creative. However, it lacks explicit when-to-use or when-not-to-use comparisons with sibling tools like update_ad_creative or create_multi_asset_ad.

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/brandu-mos/konquest-meta-ads-mcp'

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