Skip to main content
Glama

update_adset

Update existing ad set fields like name, status, budget, and targeting. Only specified fields are modified.

Instructions

Update an existing ad set. Only provided fields will be modified.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
adset_idYesAd set ID to update
nameNoNew ad set name
statusNoNew status: ACTIVE, PAUSED, DELETED, ARCHIVED
daily_budgetNoNew daily budget in currency cents
lifetime_budgetNoNew lifetime budget in currency cents
targetingNoNew targeting spec as JSON string
start_timeNoNew start time (ISO 8601)
end_timeNoNew end time (ISO 8601)
bid_amountNoNew bid amount in currency cents
Behavior3/5

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

The description discloses that only provided fields will be modified, indicating a partial update behavior. However, with no annotations provided, it does not cover other behavioral traits like authentication, error handling, or side effects.

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?

The description is a single concise sentence that directly states the tool's purpose and behavior. No redundant information, and the key action is front-loaded.

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

Completeness2/5

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

With 9 parameters, no output schema, and no annotations, the description is too minimal. It does not explain return values, error conditions, or any preconditions, making it incomplete for a complex ad update tool.

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 describes all parameters. The description does not add extra meaning beyond the schema, resulting in a baseline score of 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states what the tool does: update an ad set. The verb 'Update' and resource 'ad set' are specific. However, it does not explicitly differentiate from sibling update tools like update_campaign or update_ad, though the resource name 'adset' provides implicit distinction.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives (e.g., create_adset, delete_adset, or other update tools). The description lacks explicit usage context, prerequisites, or conditions.

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/mikusnuz/meta-ads-mcp'

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