Skip to main content
Glama

meta_ads_campaigns_create

Create a new Meta Ads campaign with objective and budget. Returns campaign ID; default status PAUSED prevents accidental spend.

Instructions

Creates a new campaign in the specified Meta Ads account. Returns the new campaign id. Mutating — not automatically reversible; record before-state with mureo_state_action_log_append if you may need to roll back. Default initial status is PAUSED — explicitly pass status='ACTIVE' only if the operator has confirmed immediate spend. A campaign acts as a container; ad sets (where budgets and targeting live) and ads must be created separately via meta_ads_ad_sets_create and meta_ads_ads_create.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesCampaign name. Visible in Ads Manager; Meta allows up to 400 characters.
statusNoInitial status. Default PAUSED. Only set ACTIVE when the operator has signed off on spend.
objectiveYesCampaign objective using Meta's ODAX taxonomy. Older names (CONVERSIONS, LINK_CLICKS) are rejected by current API versions — use the OUTCOME_* forms.
account_idNoMeta Ads account ID in the format 'act_XXXXXXXXXX' (e.g. 'act_1234567890'). Optional — falls back to META_ADS_ACCOUNT_ID from the configured credentials. The leading 'act_' prefix is required.
bid_strategyNoBid strategy for automatic auction bidding. LOWEST_COST_WITHOUT_CAP is fully automatic (do NOT set bid_amount). LOWEST_COST_WITH_BID_CAP and COST_CAP both require a bid_amount on the ad set (the cap). LOWEST_COST_WITH_MIN_ROAS requires bid_constraints.roas_average_floor on the ad set. When set on the campaign, budgets typically live at the campaign (CBO) level; when set on the ad set, at the ad-set level.
daily_budgetNoDaily budget in account currency minor units (cents for USD, yen for JPY). Mutually exclusive with lifetime_budget. Budgets can live on the campaign (CBO) or the ad set — not both.
lifetime_budgetNoLifetime budget in account currency minor units. Requires a stop_time on at least one ad set. Mutually exclusive with daily_budget.
is_adset_budget_sharing_enabledNoRequired by Meta when creating a campaign WITHOUT campaign budget optimization (i.e. budgets live on the ad sets). Set false for per-ad-set budgets; set true to let ad sets share a campaign-level budget.
Behavior5/5

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

With no annotations, the description carries full disclosure: it explicitly says 'Mutating — not automatically reversible; record before-state with mureo_state_action_log_append if you may need to roll back.' It also warns about immediate spend and reinforces the PAUSED default, adding meaningful behavioral context beyond the schema.

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 four sentences with no filler: it front-loads purpose and return value, then covers mutation risk, spend guardrail, and resource hierarchy. Every sentence earns its place and avoids duplicating the full schema.

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 high-stakes create operation with no output schema and no annotations, the description provides the essential operational context: return value, rollback guidance, default status, spend safety, and the required sibling calls to fully create a campaign. It is complete enough for the agent to invoke and chain the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already documents all 8 parameters with high detail, so the baseline is 3. The description adds the crucial context that a campaign is only a container and ad sets/ads are separate, which explains why those parameters do not exist here and how the returned id should be used in subsequent calls. It mostly reinforces schema details, so it does not reach 5.

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 states 'Creates a new campaign in the specified Meta Ads account' and notes the return of the campaign id, providing a specific verb, resource, and scope. It also distinguishes itself from sibling tools by explicitly pointing to meta_ads_ad_sets_create and meta_ads_ads_create as the separate steps for ad sets and ads.

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

Usage Guidelines4/5

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

It gives clear invocation context: default status is PAUSED and ACTIVE should only be passed after operator confirmation of spend. It names the sibling tools that must be used for ad sets and ads, which clarifies boundaries, though it does not explicitly state 'use this when creating a new campaign' as opposed to updating.

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/logly/mureo'

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