Skip to main content
Glama

Set Meta ad status

set_meta_ad_status
Destructive

Activate or pause a Meta campaign, ad set, or ad. ACTIVATION STARTS REAL AD SPEND and always requires the human (live chat or an approved card) — agents cannot activate. Pausing stops spend. Use after the user has reviewed a draft and explicitly says to launch, or asks to stop a running ad.

[outbound-tier — EVERY call needs a manager's approval (per-send human rail): each request queues its own approval card and sends exactly once on approve. There is no standing grant for this tool. Call it on the first clear ask; the card is the yes — do not re-ask in chat.]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYes'ACTIVE' (starts spend — human only) or 'PAUSED' (stops spend)
companyIdYesFreedomOS company id to act within (you must be a member). Required for company-scoped tools.
object_idYesNumeric campaign / ad set / ad id

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already flag destructiveHint=true, but the description adds critical context: activation starts real ad spend, requires human approval, and sends exactly once on approve. It also clarifies that pausing stops spend. This goes beyond the annotations and leaves no ambiguity about side effects or approval requirements.

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 dense but every sentence serves a purpose: it states the action, the risk, the human requirement, when to use, and the approval workflow. It is front-loaded with the most critical information (spend and human requirement) and avoids any filler.

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?

Given the tool's high-stakes nature (real spend, human approval), the description covers all essential aspects: purpose, usage trigger, approval flow, and behavioral constraints. There is no output schema, but the description doesn't need to explain return values. An agent has everything needed to call it correctly.

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% and every parameter (status, companyId, object_id) is already well-documented in the schema. The description reinforces the status meaning (ACTIVE starts spend, PAUSED stops) but does not add new information beyond the schema. 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 action ('Activate or pause a Meta campaign, ad set, or ad') with a clear verb and resource. It differentiates from siblings by specifying Meta and describing the spend consequence. The description is unambiguous about what the tool does.

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 it: 'after the user has reviewed a draft and explicitly says to launch, or asks to stop a running ad.' It also clearly says agents cannot activate and that every call needs manager approval, preventing misuse. The outbound-tier note explains the approval workflow precisely.

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